Shades of Deep Blush #F07295
Tints of Deep Blush #F07295
RGB
CMYK
RGB Variations
Color information
#F07295 (or 0xF07295) is known color: Deep Blush. HEX triplet: F0, 72 and 95. RGB value is (240,114,149). Sum of RGB (Red+Green+Blue) = 240+114+149=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F07295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07295 is #0F8D6A. Grayscale: #9B9B9B. Windows color (decimal): -1019243 or 9794288. OLE color: 9794288.
HSL color Cylindrical-coordinate representation of color #F07295: hue angle of 343.33º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F07295 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 149 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.06 |
| HSL | 343.33º | 0.81% | 0.69% | - |
| HSV(B) | 343.33º | 0.53% | 0.94% | - |
| XYZ | 47.38 | 32.73 | 32.25 | - |
| YUV | 155.66 | 124.24 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 149 | 0 | 0.52 | 0.38 | 0.06 | 343.33 | 0.81 | 0.69 |
| Hex | F0 | 72 | 95 | 0 | 34 | 26 | 6 | 157 | 51 | 45 |
| Octal | 360 | 162 | 225 | 0 | 64 | 46 | 6 | 527 | 121 | 105 |
| Binary | 11110000 | 1110010 | 10010101 | 0 | 110100 | 100110 | 110 | 101010111 | 1010001 | 1000101 |
Color Harmonies of #F07295
Complementary color
Monochromatic Colors of #F07295
Black with #F07295
Text Example
Text Example
White with #F07295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07295; }
p { color: rgb(240,114,149); }
H1.HeaderClassName
{
color: #F07295;
}
.AnyTagClassName
{
color: #F07295;
}
</style>
background-color css
<style>
a { background-color: #F07295; }
a { background-color: rgb(240,114,149); }
div.DivClassName
{
background-color: #F07295;
}
.BgClassName
{
background-color: #F07295;
}
</style>
border-color css
<style>
span { border-color: #F07295; }
span { border-color: rgb(240,114,149); }
td.TdClassName
{
border-color: #F07295;
}
.TagClassName
{
border-color: #F07295;
}
</style>