Shades of Deep Blush #F36491
Tints of Deep Blush #F36491
RGB
CMYK
RGB Variations
Color information
#F36491 (or 0xF36491) is known color: Deep Blush. HEX triplet: F3, 64 and 91. RGB value is (243,100,145). Sum of RGB (Red+Green+Blue) = 243+100+145=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F36491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36491 is #0C9B6E. Grayscale: #939393. Windows color (decimal): -826223 or 9528563. OLE color: 9528563.
HSL color Cylindrical-coordinate representation of color #F36491: hue angle of 341.12º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F36491 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 100 | 145 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.05 |
| HSL | 341.12º | 0.86% | 0.67% | - |
| HSV(B) | 341.12º | 0.59% | 0.95% | - |
| XYZ | 46.63 | 30.21 | 30.16 | - |
| YUV | 147.89 | 126.38 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 100 | 145 | 0 | 0.59 | 0.40 | 0.05 | 341.12 | 0.86 | 0.67 |
| Hex | F3 | 64 | 91 | 0 | 3B | 28 | 5 | 155 | 56 | 43 |
| Octal | 363 | 144 | 221 | 0 | 73 | 50 | 5 | 525 | 126 | 103 |
| Binary | 11110011 | 1100100 | 10010001 | 0 | 111011 | 101000 | 101 | 101010101 | 1010110 | 1000011 |
Color Harmonies of #F36491
Complementary color
Monochromatic Colors of #F36491
Black with #F36491
Text Example
Text Example
White with #F36491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36491; }
p { color: rgb(243,100,145); }
H1.HeaderClassName
{
color: #F36491;
}
.AnyTagClassName
{
color: #F36491;
}
</style>
background-color css
<style>
a { background-color: #F36491; }
a { background-color: rgb(243,100,145); }
div.DivClassName
{
background-color: #F36491;
}
.BgClassName
{
background-color: #F36491;
}
</style>
border-color css
<style>
span { border-color: #F36491; }
span { border-color: rgb(243,100,145); }
td.TdClassName
{
border-color: #F36491;
}
.TagClassName
{
border-color: #F36491;
}
</style>