Shades of Deep Blush #F57686
Tints of Deep Blush #F57686
RGB
CMYK
RGB Variations
Color information
#F57686 (or 0xF57686) is known color: Deep Blush. HEX triplet: F5, 76 and 86. RGB value is (245,118,134). Sum of RGB (Red+Green+Blue) = 245+118+134=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F57686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57686 is #0A8979. Grayscale: #9D9D9D. Windows color (decimal): -690554 or 8812277. OLE color: 8812277.
HSL color Cylindrical-coordinate representation of color #F57686: hue angle of 352.44º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F57686 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 134 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.04 |
| HSL | 352.44º | 0.86% | 0.71% | - |
| HSV(B) | 352.44º | 0.52% | 0.96% | - |
| XYZ | 48.44 | 34.09 | 26.58 | - |
| YUV | 157.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 134 | 0 | 0.52 | 0.45 | 0.04 | 352.44 | 0.86 | 0.71 |
| Hex | F5 | 76 | 86 | 0 | 34 | 2D | 4 | 160 | 56 | 47 |
| Octal | 365 | 166 | 206 | 0 | 64 | 55 | 4 | 540 | 126 | 107 |
| Binary | 11110101 | 1110110 | 10000110 | 0 | 110100 | 101101 | 100 | 101100000 | 1010110 | 1000111 |
Color Harmonies of #F57686
Complementary color
Monochromatic Colors of #F57686
Black with #F57686
Text Example
Text Example
White with #F57686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57686; }
p { color: rgb(245,118,134); }
H1.HeaderClassName
{
color: #F57686;
}
.AnyTagClassName
{
color: #F57686;
}
</style>
background-color css
<style>
a { background-color: #F57686; }
a { background-color: rgb(245,118,134); }
div.DivClassName
{
background-color: #F57686;
}
.BgClassName
{
background-color: #F57686;
}
</style>
border-color css
<style>
span { border-color: #F57686; }
span { border-color: rgb(245,118,134); }
td.TdClassName
{
border-color: #F57686;
}
.TagClassName
{
border-color: #F57686;
}
</style>