Shades of Brink Pink #F06077
Tints of Brink Pink #F06077
RGB
CMYK
RGB Variations
Color information
#F06077 (or 0xF06077) is known color: Brink Pink. HEX triplet: F0, 60 and 77. RGB value is (240,96,119). Sum of RGB (Red+Green+Blue) = 240+96+119=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F06077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06077 is #0F9F88. Grayscale: #8D8D8D. Windows color (decimal): -1023881 or 7823600. OLE color: 7823600.
HSL color Cylindrical-coordinate representation of color #F06077: hue angle of 350.42º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F06077 is Cyan = 0, Magento = 0.6, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 119 | - |
| CMYK | 0 | 0.6 | 0.50 | 0.06 |
| HSL | 350.42º | 0.83% | 0.66% | - |
| HSV(B) | 350.42º | 0.6% | 0.94% | - |
| XYZ | 43.45 | 28.22 | 20.61 | - |
| YUV | 141.68 | 115.21 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 119 | 0 | 0.6 | 0.50 | 0.06 | 350.42 | 0.83 | 0.66 |
| Hex | F0 | 60 | 77 | 0 | 3C | 32 | 6 | 15E | 53 | 42 |
| Octal | 360 | 140 | 167 | 0 | 74 | 62 | 6 | 536 | 123 | 102 |
| Binary | 11110000 | 1100000 | 1110111 | 0 | 111100 | 110010 | 110 | 101011110 | 1010011 | 1000010 |
Color Harmonies of #F06077
Complementary color
Monochromatic Colors of #F06077
Black with #F06077
Text Example
Text Example
White with #F06077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06077; }
p { color: rgb(240,96,119); }
H1.HeaderClassName
{
color: #F06077;
}
.AnyTagClassName
{
color: #F06077;
}
</style>
background-color css
<style>
a { background-color: #F06077; }
a { background-color: rgb(240,96,119); }
div.DivClassName
{
background-color: #F06077;
}
.BgClassName
{
background-color: #F06077;
}
</style>
border-color css
<style>
span { border-color: #F06077; }
span { border-color: rgb(240,96,119); }
td.TdClassName
{
border-color: #F06077;
}
.TagClassName
{
border-color: #F06077;
}
</style>