Shades of Deep Blush #F57488
Tints of Deep Blush #F57488
RGB
CMYK
RGB Variations
Color information
#F57488 (or 0xF57488) is known color: Deep Blush. HEX triplet: F5, 74 and 88. RGB value is (245,116,136). Sum of RGB (Red+Green+Blue) = 245+116+136=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F57488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57488 is #0A8B77. Grayscale: #9C9C9C. Windows color (decimal): -691064 or 8942837. OLE color: 8942837.
HSL color Cylindrical-coordinate representation of color #F57488: hue angle of 350.7º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F57488 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 136 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.04 |
| HSL | 350.7º | 0.87% | 0.71% | - |
| HSV(B) | 350.7º | 0.53% | 0.96% | - |
| XYZ | 48.35 | 33.68 | 27.25 | - |
| YUV | 156.85 | 116.24 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 136 | 0 | 0.53 | 0.44 | 0.04 | 350.7 | 0.87 | 0.71 |
| Hex | F5 | 74 | 88 | 0 | 35 | 2C | 4 | 15F | 57 | 47 |
| Octal | 365 | 164 | 210 | 0 | 65 | 54 | 4 | 537 | 127 | 107 |
| Binary | 11110101 | 1110100 | 10001000 | 0 | 110101 | 101100 | 100 | 101011111 | 1010111 | 1000111 |
Color Harmonies of #F57488
Complementary color
Monochromatic Colors of #F57488
Black with #F57488
Text Example
Text Example
White with #F57488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57488; }
p { color: rgb(245,116,136); }
H1.HeaderClassName
{
color: #F57488;
}
.AnyTagClassName
{
color: #F57488;
}
</style>
background-color css
<style>
a { background-color: #F57488; }
a { background-color: rgb(245,116,136); }
div.DivClassName
{
background-color: #F57488;
}
.BgClassName
{
background-color: #F57488;
}
</style>
border-color css
<style>
span { border-color: #F57488; }
span { border-color: rgb(245,116,136); }
td.TdClassName
{
border-color: #F57488;
}
.TagClassName
{
border-color: #F57488;
}
</style>