Shades of Deep Blush #F36896
Tints of Deep Blush #F36896
RGB
CMYK
RGB Variations
Color information
#F36896 (or 0xF36896) is known color: Deep Blush. HEX triplet: F3, 68 and 96. RGB value is (243,104,150). Sum of RGB (Red+Green+Blue) = 243+104+150=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F36896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36896 is #0C9769. Grayscale: #969696. Windows color (decimal): -825194 or 9857267. OLE color: 9857267.
HSL color Cylindrical-coordinate representation of color #F36896: hue angle of 340.14º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F36896 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 104 | 150 | - |
CMYK | 0 | 0.57 | 0.38 | 0.05 |
HSL | 340.14º | 0.85% | 0.68% | - |
HSV(B) | 340.14º | 0.57% | 0.95% | - |
XYZ | 47.42 | 31.16 | 32.37 | - |
YUV | 150.81 | 127.55 | 193.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 104 | 150 | 0 | 0.57 | 0.38 | 0.05 | 340.14 | 0.85 | 0.68 |
Hex | F3 | 68 | 96 | 0 | 39 | 26 | 5 | 154 | 55 | 44 |
Octal | 363 | 150 | 226 | 0 | 71 | 46 | 5 | 524 | 125 | 104 |
Binary | 11110011 | 1101000 | 10010110 | 0 | 111001 | 100110 | 101 | 101010100 | 1010101 | 1000100 |
Color Harmonies of #F36896
Complementary color
Monochromatic Colors of #F36896
Black with #F36896
Text Example
Text Example
White with #F36896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36896; }
p { color: rgb(243,104,150); }
H1.HeaderClassName
{
color: #F36896;
}
.AnyTagClassName
{
color: #F36896;
}
</style>
background-color css
<style>
a { background-color: #F36896; }
a { background-color: rgb(243,104,150); }
div.DivClassName
{
background-color: #F36896;
}
.BgClassName
{
background-color: #F36896;
}
</style>
border-color css
<style>
span { border-color: #F36896; }
span { border-color: rgb(243,104,150); }
td.TdClassName
{
border-color: #F36896;
}
.TagClassName
{
border-color: #F36896;
}
</style>