Shades of Deep Blush #F37490
Tints of Deep Blush #F37490
RGB
CMYK
RGB Variations
Color information
#F37490 (or 0xF37490) is known color: Deep Blush. HEX triplet: F3, 74 and 90. RGB value is (243,116,144). Sum of RGB (Red+Green+Blue) = 243+116+144=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F37490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37490 is #0C8B6F. Grayscale: #9D9D9D. Windows color (decimal): -822128 or 9467123. OLE color: 9467123.
HSL color Cylindrical-coordinate representation of color #F37490: hue angle of 346.77º degrees, saturation: 0.84, 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 #F37490 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 144 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.05 |
| HSL | 346.77º | 0.84% | 0.7% | - |
| HSV(B) | 346.77º | 0.52% | 0.95% | - |
| XYZ | 48.24 | 33.56 | 30.32 | - |
| YUV | 157.17 | 120.58 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 144 | 0 | 0.52 | 0.41 | 0.05 | 346.77 | 0.84 | 0.7 |
| Hex | F3 | 74 | 90 | 0 | 34 | 29 | 5 | 15B | 54 | 46 |
| Octal | 363 | 164 | 220 | 0 | 64 | 51 | 5 | 533 | 124 | 106 |
| Binary | 11110011 | 1110100 | 10010000 | 0 | 110100 | 101001 | 101 | 101011011 | 1010100 | 1000110 |
Color Harmonies of #F37490
Complementary color
Monochromatic Colors of #F37490
Black with #F37490
Text Example
Text Example
White with #F37490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37490; }
p { color: rgb(243,116,144); }
H1.HeaderClassName
{
color: #F37490;
}
.AnyTagClassName
{
color: #F37490;
}
</style>
background-color css
<style>
a { background-color: #F37490; }
a { background-color: rgb(243,116,144); }
div.DivClassName
{
background-color: #F37490;
}
.BgClassName
{
background-color: #F37490;
}
</style>
border-color css
<style>
span { border-color: #F37490; }
span { border-color: rgb(243,116,144); }
td.TdClassName
{
border-color: #F37490;
}
.TagClassName
{
border-color: #F37490;
}
</style>