Shades of Deep Blush #F07096
Tints of Deep Blush #F07096
RGB
CMYK
RGB Variations
Color information
#F07096 (or 0xF07096) is known color: Deep Blush. HEX triplet: F0, 70 and 96. RGB value is (240,112,150). Sum of RGB (Red+Green+Blue) = 240+112+150=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F07096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07096 is #0F8F69. Grayscale: #9A9A9A. Windows color (decimal): -1019754 or 9859312. OLE color: 9859312.
HSL color Cylindrical-coordinate representation of color #F07096: hue angle of 342.19º 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 #F07096 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 150 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.06 |
| HSL | 342.19º | 0.81% | 0.69% | - |
| HSV(B) | 342.19º | 0.53% | 0.94% | - |
| XYZ | 47.23 | 32.32 | 32.6 | - |
| YUV | 154.6 | 125.41 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 150 | 0 | 0.53 | 0.37 | 0.06 | 342.19 | 0.81 | 0.69 |
| Hex | F0 | 70 | 96 | 0 | 35 | 25 | 6 | 156 | 51 | 45 |
| Octal | 360 | 160 | 226 | 0 | 65 | 45 | 6 | 526 | 121 | 105 |
| Binary | 11110000 | 1110000 | 10010110 | 0 | 110101 | 100101 | 110 | 101010110 | 1010001 | 1000101 |
Color Harmonies of #F07096
Complementary color
Monochromatic Colors of #F07096
Black with #F07096
Text Example
Text Example
White with #F07096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07096; }
p { color: rgb(240,112,150); }
H1.HeaderClassName
{
color: #F07096;
}
.AnyTagClassName
{
color: #F07096;
}
</style>
background-color css
<style>
a { background-color: #F07096; }
a { background-color: rgb(240,112,150); }
div.DivClassName
{
background-color: #F07096;
}
.BgClassName
{
background-color: #F07096;
}
</style>
border-color css
<style>
span { border-color: #F07096; }
span { border-color: rgb(240,112,150); }
td.TdClassName
{
border-color: #F07096;
}
.TagClassName
{
border-color: #F07096;
}
</style>