Shades of Deep Blush #F36F86
Tints of Deep Blush #F36F86
RGB
CMYK
RGB Variations
Color information
#F36F86 (or 0xF36F86) is known color: Deep Blush. HEX triplet: F3, 6F and 86. RGB value is (243,111,134). Sum of RGB (Red+Green+Blue) = 243+111+134=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F36F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36F86 is #0C9079. Grayscale: #999999. Windows color (decimal): -823418 or 8810483. OLE color: 8810483.
HSL color Cylindrical-coordinate representation of color #F36F86: hue angle of 349.55º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F36F86 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 111 | 134 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.05 |
| HSL | 349.55º | 0.85% | 0.69% | - |
| HSV(B) | 349.55º | 0.54% | 0.95% | - |
| XYZ | 46.95 | 32.14 | 26.28 | - |
| YUV | 153.09 | 117.23 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 111 | 134 | 0 | 0.54 | 0.45 | 0.05 | 349.55 | 0.85 | 0.69 |
| Hex | F3 | 6F | 86 | 0 | 36 | 2D | 5 | 15E | 55 | 45 |
| Octal | 363 | 157 | 206 | 0 | 66 | 55 | 5 | 536 | 125 | 105 |
| Binary | 11110011 | 1101111 | 10000110 | 0 | 110110 | 101101 | 101 | 101011110 | 1010101 | 1000101 |
Color Harmonies of #F36F86
Complementary color
Monochromatic Colors of #F36F86
Black with #F36F86
Text Example
Text Example
White with #F36F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36F86; }
p { color: rgb(243,111,134); }
H1.HeaderClassName
{
color: #F36F86;
}
.AnyTagClassName
{
color: #F36F86;
}
</style>
background-color css
<style>
a { background-color: #F36F86; }
a { background-color: rgb(243,111,134); }
div.DivClassName
{
background-color: #F36F86;
}
.BgClassName
{
background-color: #F36F86;
}
</style>
border-color css
<style>
span { border-color: #F36F86; }
span { border-color: rgb(243,111,134); }
td.TdClassName
{
border-color: #F36F86;
}
.TagClassName
{
border-color: #F36F86;
}
</style>