#F66976

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

Shades of Brink Pink #F66976

Tints of Brink Pink #F66976

Color information

#F66976 (or 0xF66976) is unknown color: approx Brink Pink. HEX triplet: F6, 69 and 76. RGB value is (246,105,118). Sum of RGB (Red+Green+Blue) = 246+105+118=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F66976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66976 is #099689. Grayscale: #949494. Windows color (decimal): -628362 or 7760374. OLE color: 7760374.

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

Color convert

RGB246105118-
CMYK00.570.520.04
HSL354.47º88.68%68.82%-
HSV(B)354.47º57.32%96.47%-
XYZ46.333120.68-
YUV148.64110.71197.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.45%
GREEN value IS 105 (41.41% from 255) = 22.39%
BLUE value IS 118 (46.48% from 255) = 25.16%
R=52.45%
G=22.39%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610511800.570.520.04354.4788.6868.82
HexF669760393441625945
Octal366151166071644542131105
Binary1111011011010011110110011100111010010010110001010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66976; }

 p { color: rgb(246,105,118); }

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

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

 a { background-color: rgb(246,105,118); }

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

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

 span { border-color: rgb(246,105,118); }

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