Shades of Brink Pink #F06587
Tints of Brink Pink #F06587
RGB
CMYK
RGB Variations
Color information
#F06587 (or 0xF06587) is known color: Brink Pink. HEX triplet: F0, 65 and 87. RGB value is (240,101,135). Sum of RGB (Red+Green+Blue) = 240+101+135=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F06587 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06587 is #0F9A78. Grayscale: #929292. Windows color (decimal): -1022585 or 8873456. OLE color: 8873456.
HSL color Cylindrical-coordinate representation of color #F06587: hue angle of 345.32º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06587 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 135 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.06 |
| HSL | 345.32º | 0.82% | 0.67% | - |
| HSV(B) | 345.32º | 0.58% | 0.94% | - |
| XYZ | 44.96 | 29.58 | 26.26 | - |
| YUV | 146.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 135 | 0 | 0.58 | 0.44 | 0.06 | 345.32 | 0.82 | 0.67 |
| Hex | F0 | 65 | 87 | 0 | 3A | 2C | 6 | 159 | 52 | 43 |
| Octal | 360 | 145 | 207 | 0 | 72 | 54 | 6 | 531 | 122 | 103 |
| Binary | 11110000 | 1100101 | 10000111 | 0 | 111010 | 101100 | 110 | 101011001 | 1010010 | 1000011 |
Color Harmonies of #F06587
Complementary color
Monochromatic Colors of #F06587
Black with #F06587
Text Example
Text Example
White with #F06587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06587; }
p { color: rgb(240,101,135); }
H1.HeaderClassName
{
color: #F06587;
}
.AnyTagClassName
{
color: #F06587;
}
</style>
background-color css
<style>
a { background-color: #F06587; }
a { background-color: rgb(240,101,135); }
div.DivClassName
{
background-color: #F06587;
}
.BgClassName
{
background-color: #F06587;
}
</style>
border-color css
<style>
span { border-color: #F06587; }
span { border-color: rgb(240,101,135); }
td.TdClassName
{
border-color: #F06587;
}
.TagClassName
{
border-color: #F06587;
}
</style>