Shades of Deep Blush #F57291
Tints of Deep Blush #F57291
RGB
CMYK
RGB Variations
Color information
#F57291 (or 0xF57291) is known color: Deep Blush. HEX triplet: F5, 72 and 91. RGB value is (245,114,145). Sum of RGB (Red+Green+Blue) = 245+114+145=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F57291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57291 is #0A8D6E. Grayscale: #9C9C9C. Windows color (decimal): -691567 or 9532149. OLE color: 9532149.
HSL color Cylindrical-coordinate representation of color #F57291: hue angle of 345.8º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F57291 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 145 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.04 |
| HSL | 345.8º | 0.87% | 0.7% | - |
| HSV(B) | 345.8º | 0.53% | 0.96% | - |
| XYZ | 48.78 | 33.49 | 30.68 | - |
| YUV | 156.7 | 121.4 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 145 | 0 | 0.53 | 0.41 | 0.04 | 345.8 | 0.87 | 0.7 |
| Hex | F5 | 72 | 91 | 0 | 35 | 29 | 4 | 15A | 57 | 46 |
| Octal | 365 | 162 | 221 | 0 | 65 | 51 | 4 | 532 | 127 | 106 |
| Binary | 11110101 | 1110010 | 10010001 | 0 | 110101 | 101001 | 100 | 101011010 | 1010111 | 1000110 |
Color Harmonies of #F57291
Complementary color
Monochromatic Colors of #F57291
Black with #F57291
Text Example
Text Example
White with #F57291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57291; }
p { color: rgb(245,114,145); }
H1.HeaderClassName
{
color: #F57291;
}
.AnyTagClassName
{
color: #F57291;
}
</style>
background-color css
<style>
a { background-color: #F57291; }
a { background-color: rgb(245,114,145); }
div.DivClassName
{
background-color: #F57291;
}
.BgClassName
{
background-color: #F57291;
}
</style>
border-color css
<style>
span { border-color: #F57291; }
span { border-color: rgb(245,114,145); }
td.TdClassName
{
border-color: #F57291;
}
.TagClassName
{
border-color: #F57291;
}
</style>