Shades of Deep Blush #F07387
Tints of Deep Blush #F07387
RGB
CMYK
RGB Variations
Color information
#F07387 (or 0xF07387) is known color: Deep Blush. HEX triplet: F0, 73 and 87. RGB value is (240,115,135). Sum of RGB (Red+Green+Blue) = 240+115+135=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F07387 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07387 is #0F8C78. Grayscale: #9A9A9A. Windows color (decimal): -1019001 or 8877040. OLE color: 8877040.
HSL color Cylindrical-coordinate representation of color #F07387: hue angle of 350.4º 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 #F07387 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 135 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.06 |
| HSL | 350.4º | 0.81% | 0.7% | - |
| HSV(B) | 350.4º | 0.52% | 0.94% | - |
| XYZ | 46.44 | 32.54 | 26.75 | - |
| YUV | 154.66 | 116.91 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 135 | 0 | 0.52 | 0.44 | 0.06 | 350.4 | 0.81 | 0.7 |
| Hex | F0 | 73 | 87 | 0 | 34 | 2C | 6 | 15E | 51 | 46 |
| Octal | 360 | 163 | 207 | 0 | 64 | 54 | 6 | 536 | 121 | 106 |
| Binary | 11110000 | 1110011 | 10000111 | 0 | 110100 | 101100 | 110 | 101011110 | 1010001 | 1000110 |
Color Harmonies of #F07387
Complementary color
Monochromatic Colors of #F07387
Black with #F07387
Text Example
Text Example
White with #F07387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07387; }
p { color: rgb(240,115,135); }
H1.HeaderClassName
{
color: #F07387;
}
.AnyTagClassName
{
color: #F07387;
}
</style>
background-color css
<style>
a { background-color: #F07387; }
a { background-color: rgb(240,115,135); }
div.DivClassName
{
background-color: #F07387;
}
.BgClassName
{
background-color: #F07387;
}
</style>
border-color css
<style>
span { border-color: #F07387; }
span { border-color: rgb(240,115,135); }
td.TdClassName
{
border-color: #F07387;
}
.TagClassName
{
border-color: #F07387;
}
</style>