Shades of Deep Blush #F37486
Tints of Deep Blush #F37486
RGB
CMYK
RGB Variations
Color information
#F37486 (or 0xF37486) is known color: Deep Blush. HEX triplet: F3, 74 and 86. RGB value is (243,116,134). Sum of RGB (Red+Green+Blue) = 243+116+134=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F37486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37486 is #0C8B79. Grayscale: #9C9C9C. Windows color (decimal): -822138 or 8811763. OLE color: 8811763.
HSL color Cylindrical-coordinate representation of color #F37486: hue angle of 351.5º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F37486 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 134 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.05 |
| HSL | 351.5º | 0.84% | 0.7% | - |
| HSV(B) | 351.5º | 0.52% | 0.95% | - |
| XYZ | 47.51 | 33.27 | 26.47 | - |
| YUV | 156.03 | 115.58 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 134 | 0 | 0.52 | 0.45 | 0.05 | 351.5 | 0.84 | 0.7 |
| Hex | F3 | 74 | 86 | 0 | 34 | 2D | 5 | 15F | 54 | 46 |
| Octal | 363 | 164 | 206 | 0 | 64 | 55 | 5 | 537 | 124 | 106 |
| Binary | 11110011 | 1110100 | 10000110 | 0 | 110100 | 101101 | 101 | 101011111 | 1010100 | 1000110 |
Color Harmonies of #F37486
Complementary color
Monochromatic Colors of #F37486
Black with #F37486
Text Example
Text Example
White with #F37486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37486; }
p { color: rgb(243,116,134); }
H1.HeaderClassName
{
color: #F37486;
}
.AnyTagClassName
{
color: #F37486;
}
</style>
background-color css
<style>
a { background-color: #F37486; }
a { background-color: rgb(243,116,134); }
div.DivClassName
{
background-color: #F37486;
}
.BgClassName
{
background-color: #F37486;
}
</style>
border-color css
<style>
span { border-color: #F37486; }
span { border-color: rgb(243,116,134); }
td.TdClassName
{
border-color: #F37486;
}
.TagClassName
{
border-color: #F37486;
}
</style>