Shades of Deep Blush #F07091
Tints of Deep Blush #F07091
RGB
CMYK
RGB Variations
Color information
#F07091 (or 0xF07091) is known color: Deep Blush. HEX triplet: F0, 70 and 91. RGB value is (240,112,145). Sum of RGB (Red+Green+Blue) = 240+112+145=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F07091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07091 is #0F8F6E. Grayscale: #9A9A9A. Windows color (decimal): -1019759 or 9531632. OLE color: 9531632.
HSL color Cylindrical-coordinate representation of color #F07091: hue angle of 344.53º 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 #F07091 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 145 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.06 |
| HSL | 344.53º | 0.81% | 0.69% | - |
| HSV(B) | 344.53º | 0.53% | 0.94% | - |
| XYZ | 46.84 | 32.16 | 30.53 | - |
| YUV | 154.03 | 122.91 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 145 | 0 | 0.53 | 0.40 | 0.06 | 344.53 | 0.81 | 0.69 |
| Hex | F0 | 70 | 91 | 0 | 35 | 28 | 6 | 159 | 51 | 45 |
| Octal | 360 | 160 | 221 | 0 | 65 | 50 | 6 | 531 | 121 | 105 |
| Binary | 11110000 | 1110000 | 10010001 | 0 | 110101 | 101000 | 110 | 101011001 | 1010001 | 1000101 |
Color Harmonies of #F07091
Complementary color
Monochromatic Colors of #F07091
Black with #F07091
Text Example
Text Example
White with #F07091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07091; }
p { color: rgb(240,112,145); }
H1.HeaderClassName
{
color: #F07091;
}
.AnyTagClassName
{
color: #F07091;
}
</style>
background-color css
<style>
a { background-color: #F07091; }
a { background-color: rgb(240,112,145); }
div.DivClassName
{
background-color: #F07091;
}
.BgClassName
{
background-color: #F07091;
}
</style>
border-color css
<style>
span { border-color: #F07091; }
span { border-color: rgb(240,112,145); }
td.TdClassName
{
border-color: #F07091;
}
.TagClassName
{
border-color: #F07091;
}
</style>