#F16381

Color #F16381 Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #F16381

Tints of Brink Pink #F16381

Color information

#F16381 (or 0xF16381) is unknown color: approx Brink Pink. HEX triplet: F1, 63 and 81. RGB value is (241,99,129). Sum of RGB (Red+Green+Blue) = 241+99+129=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F16381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16381 is #0E9C7E. Grayscale: #909090. Windows color (decimal): -957567 or 8479729. OLE color: 8479729.

HSL color Cylindrical-coordinate representation of color #F16381: hue angle of 347.32º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16381 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB24199129-
CMYK00.590.460.05
HSL347.32º83.53%66.67%-
HSV(B)347.32º58.92%94.51%-
XYZ44.729.2124.05-
YUV144.88119.04196.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 51.39%
GREEN value IS 99 (39.06% from 255) = 21.11%
BLUE value IS 129 (50.78% from 255) = 27.51%
R=51.39%
G=21.11%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419912900.590.460.05347.3283.5366.67
HexF1638103B2E515b5443
Octal361143201073565533124103
Binary11110001110001110000001011101110111010110101101110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16381; }

 p { color: rgb(241,99,129); }

 H1.HeaderClassName
 {
   color: #F16381;
 }
 .AnyTagClassName
 {
   color: #F16381;
 }
</style>
background-color css

<style>
 a { background-color: #F16381; }

 a { background-color: rgb(241,99,129); }

 div.DivClassName
 {
   background-color: #F16381;
 }
 .BgClassName
 {
   background-color: #F16381;
 }
</style>
border-color css

<style>
 span { border-color: #F16381; }

 span { border-color: rgb(241,99,129); }

 td.TdClassName
 {
   border-color: #F16381;
 }
 .TagClassName
 {
   border-color: #F16381;
 }
</style>