Shades of Deep Blush #F0708E
Tints of Deep Blush #F0708E
RGB
CMYK
RGB Variations
Color information
#F0708E (or 0xF0708E) is known color: Deep Blush. HEX triplet: F0, 70 and 8E. RGB value is (240,112,142). Sum of RGB (Red+Green+Blue) = 240+112+142=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F0708E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0708E is #0F8F71. Grayscale: #999999. Windows color (decimal): -1019762 or 9335024. OLE color: 9335024.
HSL color Cylindrical-coordinate representation of color #F0708E: hue angle of 345.94º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0708E is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 142 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.06 |
| HSL | 345.94º | 0.81% | 0.69% | - |
| HSV(B) | 345.94º | 0.53% | 0.94% | - |
| XYZ | 46.61 | 32.07 | 29.32 | - |
| YUV | 153.69 | 121.41 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 142 | 0 | 0.53 | 0.41 | 0.06 | 345.94 | 0.81 | 0.69 |
| Hex | F0 | 70 | 8E | 0 | 35 | 29 | 6 | 15A | 51 | 45 |
| Octal | 360 | 160 | 216 | 0 | 65 | 51 | 6 | 532 | 121 | 105 |
| Binary | 11110000 | 1110000 | 10001110 | 0 | 110101 | 101001 | 110 | 101011010 | 1010001 | 1000101 |
Color Harmonies of #F0708E
Complementary color
Monochromatic Colors of #F0708E
Black with #F0708E
Text Example
Text Example
White with #F0708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0708E; }
p { color: rgb(240,112,142); }
H1.HeaderClassName
{
color: #F0708E;
}
.AnyTagClassName
{
color: #F0708E;
}
</style>
background-color css
<style>
a { background-color: #F0708E; }
a { background-color: rgb(240,112,142); }
div.DivClassName
{
background-color: #F0708E;
}
.BgClassName
{
background-color: #F0708E;
}
</style>
border-color css
<style>
span { border-color: #F0708E; }
span { border-color: rgb(240,112,142); }
td.TdClassName
{
border-color: #F0708E;
}
.TagClassName
{
border-color: #F0708E;
}
</style>