Shades of Deep Blush #F36D96
Tints of Deep Blush #F36D96
RGB
CMYK
RGB Variations
Color information
#F36D96 (or 0xF36D96) is known color: Deep Blush. HEX triplet: F3, 6D and 96. RGB value is (243,109,150). Sum of RGB (Red+Green+Blue) = 243+109+150=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F36D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36D96 is #0C9269. Grayscale: #999999. Windows color (decimal): -823914 or 9858547. OLE color: 9858547.
HSL color Cylindrical-coordinate representation of color #F36D96: hue angle of 341.64º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F36D96 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 109 | 150 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.05 |
| HSL | 341.64º | 0.85% | 0.69% | - |
| HSV(B) | 341.64º | 0.55% | 0.95% | - |
| XYZ | 47.94 | 32.19 | 32.54 | - |
| YUV | 153.74 | 125.89 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 109 | 150 | 0 | 0.55 | 0.38 | 0.05 | 341.64 | 0.85 | 0.69 |
| Hex | F3 | 6D | 96 | 0 | 37 | 26 | 5 | 156 | 55 | 45 |
| Octal | 363 | 155 | 226 | 0 | 67 | 46 | 5 | 526 | 125 | 105 |
| Binary | 11110011 | 1101101 | 10010110 | 0 | 110111 | 100110 | 101 | 101010110 | 1010101 | 1000101 |
Color Harmonies of #F36D96
Complementary color
Monochromatic Colors of #F36D96
Black with #F36D96
Text Example
Text Example
White with #F36D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36D96; }
p { color: rgb(243,109,150); }
H1.HeaderClassName
{
color: #F36D96;
}
.AnyTagClassName
{
color: #F36D96;
}
</style>
background-color css
<style>
a { background-color: #F36D96; }
a { background-color: rgb(243,109,150); }
div.DivClassName
{
background-color: #F36D96;
}
.BgClassName
{
background-color: #F36D96;
}
</style>
border-color css
<style>
span { border-color: #F36D96; }
span { border-color: rgb(243,109,150); }
td.TdClassName
{
border-color: #F36D96;
}
.TagClassName
{
border-color: #F36D96;
}
</style>