Shades of Deep Blush #F57392
Tints of Deep Blush #F57392
RGB
CMYK
RGB Variations
Color information
#F57392 (or 0xF57392) is known color: Deep Blush. HEX triplet: F5, 73 and 92. RGB value is (245,115,146). Sum of RGB (Red+Green+Blue) = 245+115+146=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F57392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57392 is #0A8C6D. Grayscale: #9D9D9D. Windows color (decimal): -691310 or 9597941. OLE color: 9597941.
HSL color Cylindrical-coordinate representation of color #F57392: hue angle of 345.69º 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 #F57392 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 146 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.04 |
| HSL | 345.69º | 0.87% | 0.71% | - |
| HSV(B) | 345.69º | 0.53% | 0.96% | - |
| XYZ | 48.98 | 33.75 | 31.13 | - |
| YUV | 157.4 | 121.57 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 146 | 0 | 0.53 | 0.40 | 0.04 | 345.69 | 0.87 | 0.71 |
| Hex | F5 | 73 | 92 | 0 | 35 | 28 | 4 | 15A | 57 | 47 |
| Octal | 365 | 163 | 222 | 0 | 65 | 50 | 4 | 532 | 127 | 107 |
| Binary | 11110101 | 1110011 | 10010010 | 0 | 110101 | 101000 | 100 | 101011010 | 1010111 | 1000111 |
Color Harmonies of #F57392
Complementary color
Monochromatic Colors of #F57392
Black with #F57392
Text Example
Text Example
White with #F57392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57392; }
p { color: rgb(245,115,146); }
H1.HeaderClassName
{
color: #F57392;
}
.AnyTagClassName
{
color: #F57392;
}
</style>
background-color css
<style>
a { background-color: #F57392; }
a { background-color: rgb(245,115,146); }
div.DivClassName
{
background-color: #F57392;
}
.BgClassName
{
background-color: #F57392;
}
</style>
border-color css
<style>
span { border-color: #F57392; }
span { border-color: rgb(245,115,146); }
td.TdClassName
{
border-color: #F57392;
}
.TagClassName
{
border-color: #F57392;
}
</style>