Shades of Deep Blush #F06C99
Tints of Deep Blush #F06C99
RGB
CMYK
RGB Variations
Color information
#F06C99 (or 0xF06C99) is known color: Deep Blush. HEX triplet: F0, 6C and 99. RGB value is (240,108,153). Sum of RGB (Red+Green+Blue) = 240+108+153=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06C99 is #0F9366. Grayscale: #989898. Windows color (decimal): -1020775 or 10054896. OLE color: 10054896.
HSL color Cylindrical-coordinate representation of color #F06C99: hue angle of 339.55º 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 #F06C99 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 153 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.06 |
| HSL | 339.55º | 0.81% | 0.68% | - |
| HSV(B) | 339.55º | 0.55% | 0.94% | - |
| XYZ | 47.05 | 31.55 | 33.75 | - |
| YUV | 152.6 | 128.23 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 153 | 0 | 0.55 | 0.36 | 0.06 | 339.55 | 0.81 | 0.68 |
| Hex | F0 | 6C | 99 | 0 | 37 | 24 | 6 | 154 | 51 | 44 |
| Octal | 360 | 154 | 231 | 0 | 67 | 44 | 6 | 524 | 121 | 104 |
| Binary | 11110000 | 1101100 | 10011001 | 0 | 110111 | 100100 | 110 | 101010100 | 1010001 | 1000100 |
Color Harmonies of #F06C99
Complementary color
Monochromatic Colors of #F06C99
Black with #F06C99
Text Example
Text Example
White with #F06C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C99; }
p { color: rgb(240,108,153); }
H1.HeaderClassName
{
color: #F06C99;
}
.AnyTagClassName
{
color: #F06C99;
}
</style>
background-color css
<style>
a { background-color: #F06C99; }
a { background-color: rgb(240,108,153); }
div.DivClassName
{
background-color: #F06C99;
}
.BgClassName
{
background-color: #F06C99;
}
</style>
border-color css
<style>
span { border-color: #F06C99; }
span { border-color: rgb(240,108,153); }
td.TdClassName
{
border-color: #F06C99;
}
.TagClassName
{
border-color: #F06C99;
}
</style>