Shades of Deep Blush #F06C91
Tints of Deep Blush #F06C91
RGB
CMYK
RGB Variations
Color information
#F06C91 (or 0xF06C91) is known color: Deep Blush. HEX triplet: F0, 6C and 91. RGB value is (240,108,145). Sum of RGB (Red+Green+Blue) = 240+108+145=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06C91 is #0F936E. Grayscale: #979797. Windows color (decimal): -1020783 or 9530608. OLE color: 9530608.
HSL color Cylindrical-coordinate representation of color #F06C91: hue angle of 343.18º 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 #F06C91 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 145 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.06 |
| HSL | 343.18º | 0.81% | 0.68% | - |
| HSV(B) | 343.18º | 0.55% | 0.94% | - |
| XYZ | 46.41 | 31.29 | 30.38 | - |
| YUV | 151.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 145 | 0 | 0.55 | 0.40 | 0.06 | 343.18 | 0.81 | 0.68 |
| Hex | F0 | 6C | 91 | 0 | 37 | 28 | 6 | 157 | 51 | 44 |
| Octal | 360 | 154 | 221 | 0 | 67 | 50 | 6 | 527 | 121 | 104 |
| Binary | 11110000 | 1101100 | 10010001 | 0 | 110111 | 101000 | 110 | 101010111 | 1010001 | 1000100 |
Color Harmonies of #F06C91
Complementary color
Monochromatic Colors of #F06C91
Black with #F06C91
Text Example
Text Example
White with #F06C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C91; }
p { color: rgb(240,108,145); }
H1.HeaderClassName
{
color: #F06C91;
}
.AnyTagClassName
{
color: #F06C91;
}
</style>
background-color css
<style>
a { background-color: #F06C91; }
a { background-color: rgb(240,108,145); }
div.DivClassName
{
background-color: #F06C91;
}
.BgClassName
{
background-color: #F06C91;
}
</style>
border-color css
<style>
span { border-color: #F06C91; }
span { border-color: rgb(240,108,145); }
td.TdClassName
{
border-color: #F06C91;
}
.TagClassName
{
border-color: #F06C91;
}
</style>