Shades of Brink Pink #F66976
Tints of Brink Pink #F66976
RGB
CMYK
RGB Variations
Color information
#F66976 (or 0xF66976) is known color: 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
| RGB | 246 | 105 | 118 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.04 |
| HSL | 354.47º | 0.89% | 0.69% | - |
| HSV(B) | 354.47º | 0.57% | 0.96% | - |
| XYZ | 46.33 | 31 | 20.68 | - |
| YUV | 148.64 | 110.71 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 105 | 118 | 0 | 0.57 | 0.52 | 0.04 | 354.47 | 0.89 | 0.69 |
| Hex | F6 | 69 | 76 | 0 | 39 | 34 | 4 | 162 | 59 | 45 |
| Octal | 366 | 151 | 166 | 0 | 71 | 64 | 4 | 542 | 131 | 105 |
| Binary | 11110110 | 1101001 | 1110110 | 0 | 111001 | 110100 | 100 | 101100010 | 1011001 | 1000101 |
Color Harmonies of #F66976
Complementary color
Monochromatic Colors of #F66976
Black with #F66976
Text Example
Text Example
White with #F66976
Text Example
Text Example
HTML Codes & Css Web 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>