#F66C86

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

Shades of Brink Pink #F66C86

Tints of Brink Pink #F66C86

Color information

#F66C86 (or 0xF66C86) is unknown color: approx Brink Pink. HEX triplet: F6, 6C and 86. RGB value is (246,108,134). Sum of RGB (Red+Green+Blue) = 246+108+134=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66C86 is #099379. Grayscale: #989898. Windows color (decimal): -627578 or 8809718. OLE color: 8809718.

HSL color Cylindrical-coordinate representation of color #F66C86: hue angle of 348.7º 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 #F66C86 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB246108134-
CMYK00.560.460.04
HSL348.7º88.46%69.41%-
HSV(B)348.7º56.1%96.47%-
XYZ47.6732.0426.23-
YUV152.23117.72194.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.41%
GREEN value IS 108 (42.58% from 255) = 22.13%
BLUE value IS 134 (52.73% from 255) = 27.46%
R=50.41%
G=22.13%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610813400.560.460.04348.788.4669.41
HexF66C860382E415d5845
Octal366154206070564535130105
Binary11110110110110010000110011100010111010010101110110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66C86; }

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

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

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

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

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

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

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

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