Shades of Deep Blush #F36990
Tints of Deep Blush #F36990
RGB
CMYK
RGB Variations
Color information
#F36990 (or 0xF36990) is known color: Deep Blush. HEX triplet: F3, 69 and 90. RGB value is (243,105,144). Sum of RGB (Red+Green+Blue) = 243+105+144=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F36990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F36990 is #0C966F. Grayscale: #969696. Windows color (decimal): -824944 or 9464307. OLE color: 9464307.
HSL color Cylindrical-coordinate representation of color #F36990: hue angle of 343.04º 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 #F36990 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 105 | 144 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.05 |
| HSL | 343.04º | 0.85% | 0.68% | - |
| HSV(B) | 343.04º | 0.57% | 0.95% | - |
| XYZ | 47.05 | 31.17 | 29.92 | - |
| YUV | 150.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 105 | 144 | 0 | 0.57 | 0.41 | 0.05 | 343.04 | 0.85 | 0.68 |
| Hex | F3 | 69 | 90 | 0 | 39 | 29 | 5 | 157 | 55 | 44 |
| Octal | 363 | 151 | 220 | 0 | 71 | 51 | 5 | 527 | 125 | 104 |
| Binary | 11110011 | 1101001 | 10010000 | 0 | 111001 | 101001 | 101 | 101010111 | 1010101 | 1000100 |
Color Harmonies of #F36990
Complementary color
Monochromatic Colors of #F36990
Black with #F36990
Text Example
Text Example
White with #F36990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36990; }
p { color: rgb(243,105,144); }
H1.HeaderClassName
{
color: #F36990;
}
.AnyTagClassName
{
color: #F36990;
}
</style>
background-color css
<style>
a { background-color: #F36990; }
a { background-color: rgb(243,105,144); }
div.DivClassName
{
background-color: #F36990;
}
.BgClassName
{
background-color: #F36990;
}
</style>
border-color css
<style>
span { border-color: #F36990; }
span { border-color: rgb(243,105,144); }
td.TdClassName
{
border-color: #F36990;
}
.TagClassName
{
border-color: #F36990;
}
</style>