Shades of Deep Blush #F07388
Tints of Deep Blush #F07388
RGB
CMYK
RGB Variations
Color information
#F07388 (or 0xF07388) is known color: Deep Blush. HEX triplet: F0, 73 and 88. RGB value is (240,115,136). Sum of RGB (Red+Green+Blue) = 240+115+136=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F07388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07388 is #0F8C77. Grayscale: #9A9A9A. Windows color (decimal): -1019000 or 8942576. OLE color: 8942576.
HSL color Cylindrical-coordinate representation of color #F07388: hue angle of 349.92º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07388 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 136 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.06 |
| HSL | 349.92º | 0.81% | 0.7% | - |
| HSV(B) | 349.92º | 0.52% | 0.94% | - |
| XYZ | 46.51 | 32.56 | 27.13 | - |
| YUV | 154.77 | 117.41 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 136 | 0 | 0.52 | 0.43 | 0.06 | 349.92 | 0.81 | 0.7 |
| Hex | F0 | 73 | 88 | 0 | 34 | 2B | 6 | 15E | 51 | 46 |
| Octal | 360 | 163 | 210 | 0 | 64 | 53 | 6 | 536 | 121 | 106 |
| Binary | 11110000 | 1110011 | 10001000 | 0 | 110100 | 101011 | 110 | 101011110 | 1010001 | 1000110 |
Color Harmonies of #F07388
Complementary color
Monochromatic Colors of #F07388
Black with #F07388
Text Example
Text Example
White with #F07388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07388; }
p { color: rgb(240,115,136); }
H1.HeaderClassName
{
color: #F07388;
}
.AnyTagClassName
{
color: #F07388;
}
</style>
background-color css
<style>
a { background-color: #F07388; }
a { background-color: rgb(240,115,136); }
div.DivClassName
{
background-color: #F07388;
}
.BgClassName
{
background-color: #F07388;
}
</style>
border-color css
<style>
span { border-color: #F07388; }
span { border-color: rgb(240,115,136); }
td.TdClassName
{
border-color: #F07388;
}
.TagClassName
{
border-color: #F07388;
}
</style>