Shades of Deep Blush #F06D87
Tints of Deep Blush #F06D87
RGB
CMYK
RGB Variations
Color information
#F06D87 (or 0xF06D87) is known color: Deep Blush. HEX triplet: F0, 6D and 87. RGB value is (240,109,135). Sum of RGB (Red+Green+Blue) = 240+109+135=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06D87 is #0F9278. Grayscale: #979797. Windows color (decimal): -1020537 or 8875504. OLE color: 8875504.
HSL color Cylindrical-coordinate representation of color #F06D87: hue angle of 348.09º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06D87 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 135 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.06 |
| HSL | 348.09º | 0.81% | 0.68% | - |
| HSV(B) | 348.09º | 0.55% | 0.94% | - |
| XYZ | 45.78 | 31.21 | 26.53 | - |
| YUV | 151.13 | 118.9 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 135 | 0 | 0.55 | 0.44 | 0.06 | 348.09 | 0.81 | 0.68 |
| Hex | F0 | 6D | 87 | 0 | 37 | 2C | 6 | 15C | 51 | 44 |
| Octal | 360 | 155 | 207 | 0 | 67 | 54 | 6 | 534 | 121 | 104 |
| Binary | 11110000 | 1101101 | 10000111 | 0 | 110111 | 101100 | 110 | 101011100 | 1010001 | 1000100 |
Color Harmonies of #F06D87
Complementary color
Monochromatic Colors of #F06D87
Black with #F06D87
Text Example
Text Example
White with #F06D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D87; }
p { color: rgb(240,109,135); }
H1.HeaderClassName
{
color: #F06D87;
}
.AnyTagClassName
{
color: #F06D87;
}
</style>
background-color css
<style>
a { background-color: #F06D87; }
a { background-color: rgb(240,109,135); }
div.DivClassName
{
background-color: #F06D87;
}
.BgClassName
{
background-color: #F06D87;
}
</style>
border-color css
<style>
span { border-color: #F06D87; }
span { border-color: rgb(240,109,135); }
td.TdClassName
{
border-color: #F06D87;
}
.TagClassName
{
border-color: #F06D87;
}
</style>