Shades of Deep Blush #F06496
Tints of Deep Blush #F06496
RGB
CMYK
RGB Variations
Color information
#F06496 (or 0xF06496) is known color: Deep Blush. HEX triplet: F0, 64 and 96. RGB value is (240,100,150). Sum of RGB (Red+Green+Blue) = 240+100+150=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F06496 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06496 is #0F9B69. Grayscale: #939393. Windows color (decimal): -1022826 or 9856240. OLE color: 9856240.
HSL color Cylindrical-coordinate representation of color #F06496: hue angle of 338.57º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06496 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 150 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.06 |
| HSL | 338.57º | 0.82% | 0.67% | - |
| HSV(B) | 338.57º | 0.58% | 0.94% | - |
| XYZ | 46 | 29.84 | 32.19 | - |
| YUV | 147.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 150 | 0 | 0.58 | 0.37 | 0.06 | 338.57 | 0.82 | 0.67 |
| Hex | F0 | 64 | 96 | 0 | 3A | 25 | 6 | 153 | 52 | 43 |
| Octal | 360 | 144 | 226 | 0 | 72 | 45 | 6 | 523 | 122 | 103 |
| Binary | 11110000 | 1100100 | 10010110 | 0 | 111010 | 100101 | 110 | 101010011 | 1010010 | 1000011 |
Color Harmonies of #F06496
Complementary color
Monochromatic Colors of #F06496
Black with #F06496
Text Example
Text Example
White with #F06496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06496; }
p { color: rgb(240,100,150); }
H1.HeaderClassName
{
color: #F06496;
}
.AnyTagClassName
{
color: #F06496;
}
</style>
background-color css
<style>
a { background-color: #F06496; }
a { background-color: rgb(240,100,150); }
div.DivClassName
{
background-color: #F06496;
}
.BgClassName
{
background-color: #F06496;
}
</style>
border-color css
<style>
span { border-color: #F06496; }
span { border-color: rgb(240,100,150); }
td.TdClassName
{
border-color: #F06496;
}
.TagClassName
{
border-color: #F06496;
}
</style>