Shades of Deep Blush #F37096
Tints of Deep Blush #F37096
RGB
CMYK
RGB Variations
Color information
#F37096 (or 0xF37096) is known color: Deep Blush. HEX triplet: F3, 70 and 96. RGB value is (243,112,150). Sum of RGB (Red+Green+Blue) = 243+112+150=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F37096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37096 is #0C8F69. Grayscale: #9B9B9B. Windows color (decimal): -823146 or 9859315. OLE color: 9859315.
HSL color Cylindrical-coordinate representation of color #F37096: hue angle of 342.6º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F37096 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 150 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.05 |
| HSL | 342.6º | 0.85% | 0.7% | - |
| HSV(B) | 342.6º | 0.54% | 0.95% | - |
| XYZ | 48.26 | 32.85 | 32.65 | - |
| YUV | 155.5 | 124.9 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 150 | 0 | 0.54 | 0.38 | 0.05 | 342.6 | 0.85 | 0.7 |
| Hex | F3 | 70 | 96 | 0 | 36 | 26 | 5 | 157 | 55 | 46 |
| Octal | 363 | 160 | 226 | 0 | 66 | 46 | 5 | 527 | 125 | 106 |
| Binary | 11110011 | 1110000 | 10010110 | 0 | 110110 | 100110 | 101 | 101010111 | 1010101 | 1000110 |
Color Harmonies of #F37096
Complementary color
Monochromatic Colors of #F37096
Black with #F37096
Text Example
Text Example
White with #F37096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37096; }
p { color: rgb(243,112,150); }
H1.HeaderClassName
{
color: #F37096;
}
.AnyTagClassName
{
color: #F37096;
}
</style>
background-color css
<style>
a { background-color: #F37096; }
a { background-color: rgb(243,112,150); }
div.DivClassName
{
background-color: #F37096;
}
.BgClassName
{
background-color: #F37096;
}
</style>
border-color css
<style>
span { border-color: #F37096; }
span { border-color: rgb(243,112,150); }
td.TdClassName
{
border-color: #F37096;
}
.TagClassName
{
border-color: #F37096;
}
</style>