Shades of Deep Blush #F0708C
Tints of Deep Blush #F0708C
RGB
CMYK
RGB Variations
Color information
#F0708C (or 0xF0708C) is known color: Deep Blush. HEX triplet: F0, 70 and 8C. RGB value is (240,112,140). Sum of RGB (Red+Green+Blue) = 240+112+140=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F0708C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0708C is #0F8F73. Grayscale: #999999. Windows color (decimal): -1019764 or 9203952. OLE color: 9203952.
HSL color Cylindrical-coordinate representation of color #F0708C: hue angle of 346.88º 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 #F0708C is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 140 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.06 |
| HSL | 346.88º | 0.81% | 0.69% | - |
| HSV(B) | 346.88º | 0.53% | 0.94% | - |
| XYZ | 46.46 | 32.01 | 28.54 | - |
| YUV | 153.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 140 | 0 | 0.53 | 0.42 | 0.06 | 346.88 | 0.81 | 0.69 |
| Hex | F0 | 70 | 8C | 0 | 35 | 2A | 6 | 15B | 51 | 45 |
| Octal | 360 | 160 | 214 | 0 | 65 | 52 | 6 | 533 | 121 | 105 |
| Binary | 11110000 | 1110000 | 10001100 | 0 | 110101 | 101010 | 110 | 101011011 | 1010001 | 1000101 |
Color Harmonies of #F0708C
Complementary color
Monochromatic Colors of #F0708C
Black with #F0708C
Text Example
Text Example
White with #F0708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0708C; }
p { color: rgb(240,112,140); }
H1.HeaderClassName
{
color: #F0708C;
}
.AnyTagClassName
{
color: #F0708C;
}
</style>
background-color css
<style>
a { background-color: #F0708C; }
a { background-color: rgb(240,112,140); }
div.DivClassName
{
background-color: #F0708C;
}
.BgClassName
{
background-color: #F0708C;
}
</style>
border-color css
<style>
span { border-color: #F0708C; }
span { border-color: rgb(240,112,140); }
td.TdClassName
{
border-color: #F0708C;
}
.TagClassName
{
border-color: #F0708C;
}
</style>