Shades of Deep Blush #F07290
Tints of Deep Blush #F07290
RGB
CMYK
RGB Variations
Color information
#F07290 (or 0xF07290) is known color: Deep Blush. HEX triplet: F0, 72 and 90. RGB value is (240,114,144). Sum of RGB (Red+Green+Blue) = 240+114+144=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F07290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07290 is #0F8D6F. Grayscale: #9B9B9B. Windows color (decimal): -1019248 or 9466608. OLE color: 9466608.
HSL color Cylindrical-coordinate representation of color #F07290: hue angle of 345.71º 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 #F07290 is Cyan = 0, Magento = 0.52, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 144 | - |
| CMYK | 0 | 0.52 | 0.4 | 0.06 |
| HSL | 345.71º | 0.81% | 0.69% | - |
| HSV(B) | 345.71º | 0.53% | 0.94% | - |
| XYZ | 46.99 | 32.57 | 30.2 | - |
| YUV | 155.09 | 121.74 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 144 | 0 | 0.52 | 0.4 | 0.06 | 345.71 | 0.81 | 0.69 |
| Hex | F0 | 72 | 90 | 0 | 34 | 28 | 6 | 15A | 51 | 45 |
| Octal | 360 | 162 | 220 | 0 | 64 | 50 | 6 | 532 | 121 | 105 |
| Binary | 11110000 | 1110010 | 10010000 | 0 | 110100 | 101000 | 110 | 101011010 | 1010001 | 1000101 |
Color Harmonies of #F07290
Complementary color
Monochromatic Colors of #F07290
Black with #F07290
Text Example
Text Example
White with #F07290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07290; }
p { color: rgb(240,114,144); }
H1.HeaderClassName
{
color: #F07290;
}
.AnyTagClassName
{
color: #F07290;
}
</style>
background-color css
<style>
a { background-color: #F07290; }
a { background-color: rgb(240,114,144); }
div.DivClassName
{
background-color: #F07290;
}
.BgClassName
{
background-color: #F07290;
}
</style>
border-color css
<style>
span { border-color: #F07290; }
span { border-color: rgb(240,114,144); }
td.TdClassName
{
border-color: #F07290;
}
.TagClassName
{
border-color: #F07290;
}
</style>