Shades of Deep Blush #F37086
Tints of Deep Blush #F37086
RGB
CMYK
RGB Variations
Color information
#F37086 (or 0xF37086) is known color: Deep Blush. HEX triplet: F3, 70 and 86. RGB value is (243,112,134). Sum of RGB (Red+Green+Blue) = 243+112+134=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F37086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37086 is #0C8F79. Grayscale: #999999. Windows color (decimal): -823162 or 8810739. OLE color: 8810739.
HSL color Cylindrical-coordinate representation of color #F37086: hue angle of 349.92º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F37086 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 134 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.05 |
| HSL | 349.92º | 0.85% | 0.7% | - |
| HSV(B) | 349.92º | 0.54% | 0.95% | - |
| XYZ | 47.06 | 32.36 | 26.32 | - |
| YUV | 153.68 | 116.9 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 134 | 0 | 0.54 | 0.45 | 0.05 | 349.92 | 0.85 | 0.7 |
| Hex | F3 | 70 | 86 | 0 | 36 | 2D | 5 | 15E | 55 | 46 |
| Octal | 363 | 160 | 206 | 0 | 66 | 55 | 5 | 536 | 125 | 106 |
| Binary | 11110011 | 1110000 | 10000110 | 0 | 110110 | 101101 | 101 | 101011110 | 1010101 | 1000110 |
Color Harmonies of #F37086
Complementary color
Monochromatic Colors of #F37086
Black with #F37086
Text Example
Text Example
White with #F37086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37086; }
p { color: rgb(243,112,134); }
H1.HeaderClassName
{
color: #F37086;
}
.AnyTagClassName
{
color: #F37086;
}
</style>
background-color css
<style>
a { background-color: #F37086; }
a { background-color: rgb(243,112,134); }
div.DivClassName
{
background-color: #F37086;
}
.BgClassName
{
background-color: #F37086;
}
</style>
border-color css
<style>
span { border-color: #F37086; }
span { border-color: rgb(243,112,134); }
td.TdClassName
{
border-color: #F37086;
}
.TagClassName
{
border-color: #F37086;
}
</style>