Shades of Deep Blush #F06E8C
Tints of Deep Blush #F06E8C
RGB
CMYK
RGB Variations
Color information
#F06E8C (or 0xF06E8C) is known color: Deep Blush. HEX triplet: F0, 6E and 8C. RGB value is (240,110,140). Sum of RGB (Red+Green+Blue) = 240+110+140=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06E8C is #0F9173. Grayscale: #989898. Windows color (decimal): -1020276 or 9203440. OLE color: 9203440.
HSL color Cylindrical-coordinate representation of color #F06E8C: hue angle of 346.15º 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 #F06E8C is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 140 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.06 |
| HSL | 346.15º | 0.81% | 0.69% | - |
| HSV(B) | 346.15º | 0.54% | 0.94% | - |
| XYZ | 46.24 | 31.57 | 28.47 | - |
| YUV | 152.29 | 121.07 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 140 | 0 | 0.54 | 0.42 | 0.06 | 346.15 | 0.81 | 0.69 |
| Hex | F0 | 6E | 8C | 0 | 36 | 2A | 6 | 15A | 51 | 45 |
| Octal | 360 | 156 | 214 | 0 | 66 | 52 | 6 | 532 | 121 | 105 |
| Binary | 11110000 | 1101110 | 10001100 | 0 | 110110 | 101010 | 110 | 101011010 | 1010001 | 1000101 |
Color Harmonies of #F06E8C
Complementary color
Monochromatic Colors of #F06E8C
Black with #F06E8C
Text Example
Text Example
White with #F06E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06E8C; }
p { color: rgb(240,110,140); }
H1.HeaderClassName
{
color: #F06E8C;
}
.AnyTagClassName
{
color: #F06E8C;
}
</style>
background-color css
<style>
a { background-color: #F06E8C; }
a { background-color: rgb(240,110,140); }
div.DivClassName
{
background-color: #F06E8C;
}
.BgClassName
{
background-color: #F06E8C;
}
</style>
border-color css
<style>
span { border-color: #F06E8C; }
span { border-color: rgb(240,110,140); }
td.TdClassName
{
border-color: #F06E8C;
}
.TagClassName
{
border-color: #F06E8C;
}
</style>