Shades of Deep Blush #F57888
Tints of Deep Blush #F57888
RGB
CMYK
RGB Variations
Color information
#F57888 (or 0xF57888) is known color: Deep Blush. HEX triplet: F5, 78 and 88. RGB value is (245,120,136). Sum of RGB (Red+Green+Blue) = 245+120+136=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F57888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57888 is #0A8777. Grayscale: #9F9F9F. Windows color (decimal): -690040 or 8943861. OLE color: 8943861.
HSL color Cylindrical-coordinate representation of color #F57888: hue angle of 352.32º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F57888 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 136 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.04 |
| HSL | 352.32º | 0.86% | 0.72% | - |
| HSV(B) | 352.32º | 0.51% | 0.96% | - |
| XYZ | 48.82 | 34.62 | 27.4 | - |
| YUV | 159.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 136 | 0 | 0.51 | 0.44 | 0.04 | 352.32 | 0.86 | 0.72 |
| Hex | F5 | 78 | 88 | 0 | 33 | 2C | 4 | 160 | 56 | 48 |
| Octal | 365 | 170 | 210 | 0 | 63 | 54 | 4 | 540 | 126 | 110 |
| Binary | 11110101 | 1111000 | 10001000 | 0 | 110011 | 101100 | 100 | 101100000 | 1010110 | 1001000 |
Color Harmonies of #F57888
Complementary color
Monochromatic Colors of #F57888
Black with #F57888
Text Example
Text Example
White with #F57888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57888; }
p { color: rgb(245,120,136); }
H1.HeaderClassName
{
color: #F57888;
}
.AnyTagClassName
{
color: #F57888;
}
</style>
background-color css
<style>
a { background-color: #F57888; }
a { background-color: rgb(245,120,136); }
div.DivClassName
{
background-color: #F57888;
}
.BgClassName
{
background-color: #F57888;
}
</style>
border-color css
<style>
span { border-color: #F57888; }
span { border-color: rgb(245,120,136); }
td.TdClassName
{
border-color: #F57888;
}
.TagClassName
{
border-color: #F57888;
}
</style>