Shades of Deep Blush #F0708A
Tints of Deep Blush #F0708A
RGB
CMYK
RGB Variations
Color information
#F0708A (or 0xF0708A) is known color: Deep Blush. HEX triplet: F0, 70 and 8A. RGB value is (240,112,138). Sum of RGB (Red+Green+Blue) = 240+112+138=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F0708A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0708A is #0F8F75. Grayscale: #999999. Windows color (decimal): -1019766 or 9072880. OLE color: 9072880.
HSL color Cylindrical-coordinate representation of color #F0708A: hue angle of 347.81º 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 #F0708A is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 138 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.06 |
| HSL | 347.81º | 0.81% | 0.69% | - |
| HSV(B) | 347.81º | 0.53% | 0.94% | - |
| XYZ | 46.32 | 31.95 | 27.77 | - |
| YUV | 153.24 | 119.41 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 138 | 0 | 0.53 | 0.42 | 0.06 | 347.81 | 0.81 | 0.69 |
| Hex | F0 | 70 | 8A | 0 | 35 | 2A | 6 | 15C | 51 | 45 |
| Octal | 360 | 160 | 212 | 0 | 65 | 52 | 6 | 534 | 121 | 105 |
| Binary | 11110000 | 1110000 | 10001010 | 0 | 110101 | 101010 | 110 | 101011100 | 1010001 | 1000101 |
Color Harmonies of #F0708A
Complementary color
Monochromatic Colors of #F0708A
Black with #F0708A
Text Example
Text Example
White with #F0708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0708A; }
p { color: rgb(240,112,138); }
H1.HeaderClassName
{
color: #F0708A;
}
.AnyTagClassName
{
color: #F0708A;
}
</style>
background-color css
<style>
a { background-color: #F0708A; }
a { background-color: rgb(240,112,138); }
div.DivClassName
{
background-color: #F0708A;
}
.BgClassName
{
background-color: #F0708A;
}
</style>
border-color css
<style>
span { border-color: #F0708A; }
span { border-color: rgb(240,112,138); }
td.TdClassName
{
border-color: #F0708A;
}
.TagClassName
{
border-color: #F0708A;
}
</style>