Shades of Deep Blush #F36C96
Tints of Deep Blush #F36C96
RGB
CMYK
RGB Variations
Color information
#F36C96 (or 0xF36C96) is known color: Deep Blush. HEX triplet: F3, 6C and 96. RGB value is (243,108,150). Sum of RGB (Red+Green+Blue) = 243+108+150=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F36C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36C96 is #0C9369. Grayscale: #999999. Windows color (decimal): -824170 or 9858291. OLE color: 9858291.
HSL color Cylindrical-coordinate representation of color #F36C96: hue angle of 341.33º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F36C96 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 108 | 150 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.05 |
| HSL | 341.33º | 0.85% | 0.69% | - |
| HSV(B) | 341.33º | 0.56% | 0.95% | - |
| XYZ | 47.83 | 31.98 | 32.51 | - |
| YUV | 153.15 | 126.23 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 150 | 0 | 0.56 | 0.38 | 0.05 | 341.33 | 0.85 | 0.69 |
| Hex | F3 | 6C | 96 | 0 | 38 | 26 | 5 | 155 | 55 | 45 |
| Octal | 363 | 154 | 226 | 0 | 70 | 46 | 5 | 525 | 125 | 105 |
| Binary | 11110011 | 1101100 | 10010110 | 0 | 111000 | 100110 | 101 | 101010101 | 1010101 | 1000101 |
Color Harmonies of #F36C96
Complementary color
Monochromatic Colors of #F36C96
Black with #F36C96
Text Example
Text Example
White with #F36C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36C96; }
p { color: rgb(243,108,150); }
H1.HeaderClassName
{
color: #F36C96;
}
.AnyTagClassName
{
color: #F36C96;
}
</style>
background-color css
<style>
a { background-color: #F36C96; }
a { background-color: rgb(243,108,150); }
div.DivClassName
{
background-color: #F36C96;
}
.BgClassName
{
background-color: #F36C96;
}
</style>
border-color css
<style>
span { border-color: #F36C96; }
span { border-color: rgb(243,108,150); }
td.TdClassName
{
border-color: #F36C96;
}
.TagClassName
{
border-color: #F36C96;
}
</style>