#F16080

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

Shades of Brink Pink #F16080

Tints of Brink Pink #F16080

Color information

#F16080 (or 0xF16080) is unknown color: approx Brink Pink. HEX triplet: F1, 60 and 80. RGB value is (241,96,128). Sum of RGB (Red+Green+Blue) = 241+96+128=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F16080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16080 is #0E9F7F. Grayscale: #8F8F8F. Windows color (decimal): -958336 or 8413425. OLE color: 8413425.

HSL color Cylindrical-coordinate representation of color #F16080: hue angle of 346.76º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16080 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB24196128-
CMYK00.600.470.05
HSL346.76º83.82%66.08%-
HSV(B)346.76º60.17%94.51%-
XYZ44.3528.6323.61-
YUV143119.54197.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.83%
GREEN value IS 96 (37.89% from 255) = 20.65%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=51.83%
G=20.65%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419612800.600.470.05346.7683.8266.08
HexF1608003C2F515b5442
Octal361140200074575533124102
Binary11110001110000010000000011110010111110110101101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16080; }

 p { color: rgb(241,96,128); }

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

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

 a { background-color: rgb(241,96,128); }

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

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

 span { border-color: rgb(241,96,128); }

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