Shades of Deep Blush #F06F87
Tints of Deep Blush #F06F87
RGB
CMYK
RGB Variations
Color information
#F06F87 (or 0xF06F87) is known color: Deep Blush. HEX triplet: F0, 6F and 87. RGB value is (240,111,135). Sum of RGB (Red+Green+Blue) = 240+111+135=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06F87 is #0F9078. Grayscale: #989898. Windows color (decimal): -1020025 or 8876016. OLE color: 8876016.
HSL color Cylindrical-coordinate representation of color #F06F87: hue angle of 348.84º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06F87 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 135 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.06 |
| HSL | 348.84º | 0.81% | 0.69% | - |
| HSV(B) | 348.84º | 0.54% | 0.94% | - |
| XYZ | 45.99 | 31.64 | 26.61 | - |
| YUV | 152.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 135 | 0 | 0.54 | 0.44 | 0.06 | 348.84 | 0.81 | 0.69 |
| Hex | F0 | 6F | 87 | 0 | 36 | 2C | 6 | 15D | 51 | 45 |
| Octal | 360 | 157 | 207 | 0 | 66 | 54 | 6 | 535 | 121 | 105 |
| Binary | 11110000 | 1101111 | 10000111 | 0 | 110110 | 101100 | 110 | 101011101 | 1010001 | 1000101 |
Color Harmonies of #F06F87
Complementary color
Monochromatic Colors of #F06F87
Black with #F06F87
Text Example
Text Example
White with #F06F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F87; }
p { color: rgb(240,111,135); }
H1.HeaderClassName
{
color: #F06F87;
}
.AnyTagClassName
{
color: #F06F87;
}
</style>
background-color css
<style>
a { background-color: #F06F87; }
a { background-color: rgb(240,111,135); }
div.DivClassName
{
background-color: #F06F87;
}
.BgClassName
{
background-color: #F06F87;
}
</style>
border-color css
<style>
span { border-color: #F06F87; }
span { border-color: rgb(240,111,135); }
td.TdClassName
{
border-color: #F06F87;
}
.TagClassName
{
border-color: #F06F87;
}
</style>