Shades of Deep Blush #F06D99
Tints of Deep Blush #F06D99
RGB
CMYK
RGB Variations
Color information
#F06D99 (or 0xF06D99) is known color: Deep Blush. HEX triplet: F0, 6D and 99. RGB value is (240,109,153). Sum of RGB (Red+Green+Blue) = 240+109+153=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06D99 is #0F9266. Grayscale: #999999. Windows color (decimal): -1020519 or 10055152. OLE color: 10055152.
HSL color Cylindrical-coordinate representation of color #F06D99: hue angle of 339.85º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06D99 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 153 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.06 |
| HSL | 339.85º | 0.81% | 0.68% | - |
| HSV(B) | 339.85º | 0.55% | 0.94% | - |
| XYZ | 47.15 | 31.76 | 33.78 | - |
| YUV | 153.19 | 127.9 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 153 | 0 | 0.55 | 0.36 | 0.06 | 339.85 | 0.81 | 0.68 |
| Hex | F0 | 6D | 99 | 0 | 37 | 24 | 6 | 154 | 51 | 44 |
| Octal | 360 | 155 | 231 | 0 | 67 | 44 | 6 | 524 | 121 | 104 |
| Binary | 11110000 | 1101101 | 10011001 | 0 | 110111 | 100100 | 110 | 101010100 | 1010001 | 1000100 |
Color Harmonies of #F06D99
Complementary color
Monochromatic Colors of #F06D99
Black with #F06D99
Text Example
Text Example
White with #F06D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D99; }
p { color: rgb(240,109,153); }
H1.HeaderClassName
{
color: #F06D99;
}
.AnyTagClassName
{
color: #F06D99;
}
</style>
background-color css
<style>
a { background-color: #F06D99; }
a { background-color: rgb(240,109,153); }
div.DivClassName
{
background-color: #F06D99;
}
.BgClassName
{
background-color: #F06D99;
}
</style>
border-color css
<style>
span { border-color: #F06D99; }
span { border-color: rgb(240,109,153); }
td.TdClassName
{
border-color: #F06D99;
}
.TagClassName
{
border-color: #F06D99;
}
</style>