Shades of Deep Blush #F07885
Tints of Deep Blush #F07885
RGB
CMYK
RGB Variations
Color information
#F07885 (or 0xF07885) is known color: Deep Blush. HEX triplet: F0, 78 and 85. RGB value is (240,120,133). Sum of RGB (Red+Green+Blue) = 240+120+133=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F07885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07885 is #0F877A. Grayscale: #9D9D9D. Windows color (decimal): -1017723 or 8747248. OLE color: 8747248.
HSL color Cylindrical-coordinate representation of color #F07885: hue angle of 353.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07885 is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 133 | - |
| CMYK | 0 | 0.5 | 0.45 | 0.06 |
| HSL | 353.5º | 0.8% | 0.71% | - |
| HSV(B) | 353.5º | 0.5% | 0.94% | - |
| XYZ | 46.89 | 33.65 | 26.21 | - |
| YUV | 157.36 | 114.26 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 133 | 0 | 0.5 | 0.45 | 0.06 | 353.5 | 0.8 | 0.71 |
| Hex | F0 | 78 | 85 | 0 | 32 | 2D | 6 | 162 | 50 | 47 |
| Octal | 360 | 170 | 205 | 0 | 62 | 55 | 6 | 542 | 120 | 107 |
| Binary | 11110000 | 1111000 | 10000101 | 0 | 110010 | 101101 | 110 | 101100010 | 1010000 | 1000111 |
Color Harmonies of #F07885
Complementary color
Monochromatic Colors of #F07885
Black with #F07885
Text Example
Text Example
White with #F07885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07885; }
p { color: rgb(240,120,133); }
H1.HeaderClassName
{
color: #F07885;
}
.AnyTagClassName
{
color: #F07885;
}
</style>
background-color css
<style>
a { background-color: #F07885; }
a { background-color: rgb(240,120,133); }
div.DivClassName
{
background-color: #F07885;
}
.BgClassName
{
background-color: #F07885;
}
</style>
border-color css
<style>
span { border-color: #F07885; }
span { border-color: rgb(240,120,133); }
td.TdClassName
{
border-color: #F07885;
}
.TagClassName
{
border-color: #F07885;
}
</style>