Shades of Deep Blush #F07385
Tints of Deep Blush #F07385
RGB
CMYK
RGB Variations
Color information
#F07385 (or 0xF07385) is known color: Deep Blush. HEX triplet: F0, 73 and 85. RGB value is (240,115,133). Sum of RGB (Red+Green+Blue) = 240+115+133=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F07385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07385 is #0F8C7A. Grayscale: #9A9A9A. Windows color (decimal): -1019003 or 8745968. OLE color: 8745968.
HSL color Cylindrical-coordinate representation of color #F07385: hue angle of 351.36º 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 #F07385 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 133 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.06 |
| HSL | 351.36º | 0.81% | 0.7% | - |
| HSV(B) | 351.36º | 0.52% | 0.94% | - |
| XYZ | 46.3 | 32.48 | 26.02 | - |
| YUV | 154.43 | 115.91 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 133 | 0 | 0.52 | 0.45 | 0.06 | 351.36 | 0.81 | 0.7 |
| Hex | F0 | 73 | 85 | 0 | 34 | 2D | 6 | 15F | 51 | 46 |
| Octal | 360 | 163 | 205 | 0 | 64 | 55 | 6 | 537 | 121 | 106 |
| Binary | 11110000 | 1110011 | 10000101 | 0 | 110100 | 101101 | 110 | 101011111 | 1010001 | 1000110 |
Color Harmonies of #F07385
Complementary color
Monochromatic Colors of #F07385
Black with #F07385
Text Example
Text Example
White with #F07385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07385; }
p { color: rgb(240,115,133); }
H1.HeaderClassName
{
color: #F07385;
}
.AnyTagClassName
{
color: #F07385;
}
</style>
background-color css
<style>
a { background-color: #F07385; }
a { background-color: rgb(240,115,133); }
div.DivClassName
{
background-color: #F07385;
}
.BgClassName
{
background-color: #F07385;
}
</style>
border-color css
<style>
span { border-color: #F07385; }
span { border-color: rgb(240,115,133); }
td.TdClassName
{
border-color: #F07385;
}
.TagClassName
{
border-color: #F07385;
}
</style>