Shades of Deep Blush #F57884
Tints of Deep Blush #F57884
RGB
CMYK
RGB Variations
Color information
#F57884 (or 0xF57884) is known color: Deep Blush. HEX triplet: F5, 78 and 84. RGB value is (245,120,132). Sum of RGB (Red+Green+Blue) = 245+120+132=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F57884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57884 is #0A877B. Grayscale: #9E9E9E. Windows color (decimal): -690044 or 8681717. OLE color: 8681717.
HSL color Cylindrical-coordinate representation of color #F57884: hue angle of 354.24º 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 #F57884 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 132 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.04 |
| HSL | 354.24º | 0.86% | 0.72% | - |
| HSV(B) | 354.24º | 0.51% | 0.96% | - |
| XYZ | 48.54 | 34.51 | 25.93 | - |
| YUV | 158.74 | 112.91 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 132 | 0 | 0.51 | 0.46 | 0.04 | 354.24 | 0.86 | 0.72 |
| Hex | F5 | 78 | 84 | 0 | 33 | 2E | 4 | 162 | 56 | 48 |
| Octal | 365 | 170 | 204 | 0 | 63 | 56 | 4 | 542 | 126 | 110 |
| Binary | 11110101 | 1111000 | 10000100 | 0 | 110011 | 101110 | 100 | 101100010 | 1010110 | 1001000 |
Color Harmonies of #F57884
Complementary color
Monochromatic Colors of #F57884
Black with #F57884
Text Example
Text Example
White with #F57884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57884; }
p { color: rgb(245,120,132); }
H1.HeaderClassName
{
color: #F57884;
}
.AnyTagClassName
{
color: #F57884;
}
</style>
background-color css
<style>
a { background-color: #F57884; }
a { background-color: rgb(245,120,132); }
div.DivClassName
{
background-color: #F57884;
}
.BgClassName
{
background-color: #F57884;
}
</style>
border-color css
<style>
span { border-color: #F57884; }
span { border-color: rgb(245,120,132); }
td.TdClassName
{
border-color: #F57884;
}
.TagClassName
{
border-color: #F57884;
}
</style>