Shades of Brink Pink #F06087
Tints of Brink Pink #F06087
RGB
CMYK
RGB Variations
Color information
#F06087 (or 0xF06087) is known color: Brink Pink. HEX triplet: F0, 60 and 87. RGB value is (240,96,135). Sum of RGB (Red+Green+Blue) = 240+96+135=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F06087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06087 is #0F9F78. Grayscale: #8F8F8F. Windows color (decimal): -1023865 or 8872176. OLE color: 8872176.
HSL color Cylindrical-coordinate representation of color #F06087: hue angle of 343.75º 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 #F06087 is Cyan = 0, Magento = 0.6, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 135 | - |
| CMYK | 0 | 0.6 | 0.44 | 0.06 |
| HSL | 343.75º | 0.83% | 0.66% | - |
| HSV(B) | 343.75º | 0.6% | 0.94% | - |
| XYZ | 44.49 | 28.64 | 26.1 | - |
| YUV | 143.5 | 123.21 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 135 | 0 | 0.6 | 0.44 | 0.06 | 343.75 | 0.83 | 0.66 |
| Hex | F0 | 60 | 87 | 0 | 3C | 2C | 6 | 158 | 53 | 42 |
| Octal | 360 | 140 | 207 | 0 | 74 | 54 | 6 | 530 | 123 | 102 |
| Binary | 11110000 | 1100000 | 10000111 | 0 | 111100 | 101100 | 110 | 101011000 | 1010011 | 1000010 |
Color Harmonies of #F06087
Complementary color
Monochromatic Colors of #F06087
Black with #F06087
Text Example
Text Example
White with #F06087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06087; }
p { color: rgb(240,96,135); }
H1.HeaderClassName
{
color: #F06087;
}
.AnyTagClassName
{
color: #F06087;
}
</style>
background-color css
<style>
a { background-color: #F06087; }
a { background-color: rgb(240,96,135); }
div.DivClassName
{
background-color: #F06087;
}
.BgClassName
{
background-color: #F06087;
}
</style>
border-color css
<style>
span { border-color: #F06087; }
span { border-color: rgb(240,96,135); }
td.TdClassName
{
border-color: #F06087;
}
.TagClassName
{
border-color: #F06087;
}
</style>