Shades of Deep Blush #F57386
Tints of Deep Blush #F57386
RGB
CMYK
RGB Variations
Color information
#F57386 (or 0xF57386) is known color: Deep Blush. HEX triplet: F5, 73 and 86. RGB value is (245,115,134). Sum of RGB (Red+Green+Blue) = 245+115+134=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F57386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57386 is #0A8C79. Grayscale: #9C9C9C. Windows color (decimal): -691322 or 8811509. OLE color: 8811509.
HSL color Cylindrical-coordinate representation of color #F57386: hue angle of 351.23º 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 #F57386 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 134 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.04 |
| HSL | 351.23º | 0.87% | 0.71% | - |
| HSV(B) | 351.23º | 0.53% | 0.96% | - |
| XYZ | 48.09 | 33.4 | 26.47 | - |
| YUV | 156.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 134 | 0 | 0.53 | 0.45 | 0.04 | 351.23 | 0.87 | 0.71 |
| Hex | F5 | 73 | 86 | 0 | 35 | 2D | 4 | 15F | 57 | 47 |
| Octal | 365 | 163 | 206 | 0 | 65 | 55 | 4 | 537 | 127 | 107 |
| Binary | 11110101 | 1110011 | 10000110 | 0 | 110101 | 101101 | 100 | 101011111 | 1010111 | 1000111 |
Color Harmonies of #F57386
Complementary color
Monochromatic Colors of #F57386
Black with #F57386
Text Example
Text Example
White with #F57386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57386; }
p { color: rgb(245,115,134); }
H1.HeaderClassName
{
color: #F57386;
}
.AnyTagClassName
{
color: #F57386;
}
</style>
background-color css
<style>
a { background-color: #F57386; }
a { background-color: rgb(245,115,134); }
div.DivClassName
{
background-color: #F57386;
}
.BgClassName
{
background-color: #F57386;
}
</style>
border-color css
<style>
span { border-color: #F57386; }
span { border-color: rgb(245,115,134); }
td.TdClassName
{
border-color: #F57386;
}
.TagClassName
{
border-color: #F57386;
}
</style>