Shades of Deep Blush #F27490
Tints of Deep Blush #F27490
RGB
CMYK
RGB Variations
Color information
#F27490 (or 0xF27490) is known color: Deep Blush. HEX triplet: F2, 74 and 90. RGB value is (242,116,144). Sum of RGB (Red+Green+Blue) = 242+116+144=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F27490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27490 is #0D8B6F. Grayscale: #9C9C9C. Windows color (decimal): -887664 or 9467122. OLE color: 9467122.
HSL color Cylindrical-coordinate representation of color #F27490: hue angle of 346.67º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F27490 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 144 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.05 |
| HSL | 346.67º | 0.83% | 0.7% | - |
| HSV(B) | 346.67º | 0.52% | 0.95% | - |
| XYZ | 47.9 | 33.38 | 30.3 | - |
| YUV | 156.87 | 120.74 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 144 | 0 | 0.52 | 0.40 | 0.05 | 346.67 | 0.83 | 0.7 |
| Hex | F2 | 74 | 90 | 0 | 34 | 28 | 5 | 15B | 53 | 46 |
| Octal | 362 | 164 | 220 | 0 | 64 | 50 | 5 | 533 | 123 | 106 |
| Binary | 11110010 | 1110100 | 10010000 | 0 | 110100 | 101000 | 101 | 101011011 | 1010011 | 1000110 |
Color Harmonies of #F27490
Complementary color
Monochromatic Colors of #F27490
Black with #F27490
Text Example
Text Example
White with #F27490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27490; }
p { color: rgb(242,116,144); }
H1.HeaderClassName
{
color: #F27490;
}
.AnyTagClassName
{
color: #F27490;
}
</style>
background-color css
<style>
a { background-color: #F27490; }
a { background-color: rgb(242,116,144); }
div.DivClassName
{
background-color: #F27490;
}
.BgClassName
{
background-color: #F27490;
}
</style>
border-color css
<style>
span { border-color: #F27490; }
span { border-color: rgb(242,116,144); }
td.TdClassName
{
border-color: #F27490;
}
.TagClassName
{
border-color: #F27490;
}
</style>