Shades of Deep Blush #F06887
Tints of Deep Blush #F06887
RGB
CMYK
RGB Variations
Color information
#F06887 (or 0xF06887) is known color: Deep Blush. HEX triplet: F0, 68 and 87. RGB value is (240,104,135). Sum of RGB (Red+Green+Blue) = 240+104+135=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F06887 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06887 is #0F9778. Grayscale: #949494. Windows color (decimal): -1021817 or 8874224. OLE color: 8874224.
HSL color Cylindrical-coordinate representation of color #F06887: hue angle of 346.32º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F06887 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 135 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.06 |
| HSL | 346.32º | 0.82% | 0.67% | - |
| HSV(B) | 346.32º | 0.57% | 0.94% | - |
| XYZ | 45.26 | 30.18 | 26.36 | - |
| YUV | 148.2 | 120.56 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 135 | 0 | 0.57 | 0.44 | 0.06 | 346.32 | 0.82 | 0.67 |
| Hex | F0 | 68 | 87 | 0 | 39 | 2C | 6 | 15A | 52 | 43 |
| Octal | 360 | 150 | 207 | 0 | 71 | 54 | 6 | 532 | 122 | 103 |
| Binary | 11110000 | 1101000 | 10000111 | 0 | 111001 | 101100 | 110 | 101011010 | 1010010 | 1000011 |
Color Harmonies of #F06887
Complementary color
Monochromatic Colors of #F06887
Black with #F06887
Text Example
Text Example
White with #F06887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06887; }
p { color: rgb(240,104,135); }
H1.HeaderClassName
{
color: #F06887;
}
.AnyTagClassName
{
color: #F06887;
}
</style>
background-color css
<style>
a { background-color: #F06887; }
a { background-color: rgb(240,104,135); }
div.DivClassName
{
background-color: #F06887;
}
.BgClassName
{
background-color: #F06887;
}
</style>
border-color css
<style>
span { border-color: #F06887; }
span { border-color: rgb(240,104,135); }
td.TdClassName
{
border-color: #F06887;
}
.TagClassName
{
border-color: #F06887;
}
</style>