Shades of Deep Blush #F0708D
Tints of Deep Blush #F0708D
RGB
CMYK
RGB Variations
Color information
#F0708D (or 0xF0708D) is known color: Deep Blush. HEX triplet: F0, 70 and 8D. RGB value is (240,112,141). Sum of RGB (Red+Green+Blue) = 240+112+141=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0708D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0708D is #0F8F72. Grayscale: #999999. Windows color (decimal): -1019763 or 9269488. OLE color: 9269488.
HSL color Cylindrical-coordinate representation of color #F0708D: hue angle of 346.41º 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 #F0708D is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 141 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.06 |
| HSL | 346.41º | 0.81% | 0.69% | - |
| HSV(B) | 346.41º | 0.53% | 0.94% | - |
| XYZ | 46.54 | 32.04 | 28.93 | - |
| YUV | 153.58 | 120.91 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 141 | 0 | 0.53 | 0.41 | 0.06 | 346.41 | 0.81 | 0.69 |
| Hex | F0 | 70 | 8D | 0 | 35 | 29 | 6 | 15A | 51 | 45 |
| Octal | 360 | 160 | 215 | 0 | 65 | 51 | 6 | 532 | 121 | 105 |
| Binary | 11110000 | 1110000 | 10001101 | 0 | 110101 | 101001 | 110 | 101011010 | 1010001 | 1000101 |
Color Harmonies of #F0708D
Complementary color
Monochromatic Colors of #F0708D
Black with #F0708D
Text Example
Text Example
White with #F0708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0708D; }
p { color: rgb(240,112,141); }
H1.HeaderClassName
{
color: #F0708D;
}
.AnyTagClassName
{
color: #F0708D;
}
</style>
background-color css
<style>
a { background-color: #F0708D; }
a { background-color: rgb(240,112,141); }
div.DivClassName
{
background-color: #F0708D;
}
.BgClassName
{
background-color: #F0708D;
}
</style>
border-color css
<style>
span { border-color: #F0708D; }
span { border-color: rgb(240,112,141); }
td.TdClassName
{
border-color: #F0708D;
}
.TagClassName
{
border-color: #F0708D;
}
</style>