Shades of Deep Blush #F57485
Tints of Deep Blush #F57485
RGB
CMYK
RGB Variations
Color information
#F57485 (or 0xF57485) is known color: Deep Blush. HEX triplet: F5, 74 and 85. RGB value is (245,116,133). Sum of RGB (Red+Green+Blue) = 245+116+133=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F57485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57485 is #0A8B7A. Grayscale: #9C9C9C. Windows color (decimal): -691067 or 8746229. OLE color: 8746229.
HSL color Cylindrical-coordinate representation of color #F57485: hue angle of 352.09º 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 #F57485 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 133 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.04 |
| HSL | 352.09º | 0.87% | 0.71% | - |
| HSV(B) | 352.09º | 0.53% | 0.96% | - |
| XYZ | 48.14 | 33.6 | 26.14 | - |
| YUV | 156.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 133 | 0 | 0.53 | 0.46 | 0.04 | 352.09 | 0.87 | 0.71 |
| Hex | F5 | 74 | 85 | 0 | 35 | 2E | 4 | 160 | 57 | 47 |
| Octal | 365 | 164 | 205 | 0 | 65 | 56 | 4 | 540 | 127 | 107 |
| Binary | 11110101 | 1110100 | 10000101 | 0 | 110101 | 101110 | 100 | 101100000 | 1010111 | 1000111 |
Color Harmonies of #F57485
Complementary color
Monochromatic Colors of #F57485
Black with #F57485
Text Example
Text Example
White with #F57485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57485; }
p { color: rgb(245,116,133); }
H1.HeaderClassName
{
color: #F57485;
}
.AnyTagClassName
{
color: #F57485;
}
</style>
background-color css
<style>
a { background-color: #F57485; }
a { background-color: rgb(245,116,133); }
div.DivClassName
{
background-color: #F57485;
}
.BgClassName
{
background-color: #F57485;
}
</style>
border-color css
<style>
span { border-color: #F57485; }
span { border-color: rgb(245,116,133); }
td.TdClassName
{
border-color: #F57485;
}
.TagClassName
{
border-color: #F57485;
}
</style>