#F66C87

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

Shades of Brink Pink #F66C87

Tints of Brink Pink #F66C87

Color information

#F66C87 (or 0xF66C87) is unknown color: approx Brink Pink. HEX triplet: F6, 6C and 87. RGB value is (246,108,135). Sum of RGB (Red+Green+Blue) = 246+108+135=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66C87 is #099378. Grayscale: #989898. Windows color (decimal): -627577 or 8875254. OLE color: 8875254.

HSL color Cylindrical-coordinate representation of color #F66C87: hue angle of 348.26º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66C87 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB246108135-
CMYK00.560.450.04
HSL348.26º88.46%69.41%-
HSV(B)348.26º56.1%96.47%-
XYZ47.7432.0726.59-
YUV152.34118.22194.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.31%
GREEN value IS 108 (42.58% from 255) = 22.09%
BLUE value IS 135 (53.12% from 255) = 27.61%
R=50.31%
G=22.09%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610813500.560.450.04348.2688.4669.41
HexF66C870382D415c5845
Octal366154207070554534130105
Binary11110110110110010000111011100010110110010101110010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66C87; }

 p { color: rgb(246,108,135); }

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

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

 a { background-color: rgb(246,108,135); }

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

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

 span { border-color: rgb(246,108,135); }

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