#F66C8A

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

Shades of Brink Pink #F66C8A

Tints of Brink Pink #F66C8A

Color information

#F66C8A (or 0xF66C8A) is unknown color: approx Brink Pink. HEX triplet: F6, 6C and 8A. RGB value is (246,108,138). Sum of RGB (Red+Green+Blue) = 246+108+138=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66C8A is #099375. Grayscale: #989898. Windows color (decimal): -627574 or 9071862. OLE color: 9071862.

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

Color convert

RGB246108138-
CMYK00.560.440.04
HSL346.96º88.46%69.41%-
HSV(B)346.96º56.1%96.47%-
XYZ47.9632.1527.72-
YUV152.68119.72194.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50%
GREEN value IS 108 (42.58% from 255) = 21.95%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=50%
G=21.95%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610813800.560.440.04346.9688.4669.41
HexF66C8A0382C415b5845
Octal366154212070544533130105
Binary11110110110110010001010011100010110010010101101110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66C8A; }

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

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

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

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

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

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

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

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