Shades of Deep Blush #F06C88
Tints of Deep Blush #F06C88
RGB
CMYK
RGB Variations
Color information
#F06C88 (or 0xF06C88) is known color: Deep Blush. HEX triplet: F0, 6C and 88. RGB value is (240,108,136). Sum of RGB (Red+Green+Blue) = 240+108+136=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06C88 is #0F9377. Grayscale: #969696. Windows color (decimal): -1020792 or 8940784. OLE color: 8940784.
HSL color Cylindrical-coordinate representation of color #F06C88: hue angle of 347.27º 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 #F06C88 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 136 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.06 |
| HSL | 347.27º | 0.81% | 0.68% | - |
| HSV(B) | 347.27º | 0.55% | 0.94% | - |
| XYZ | 45.74 | 31.03 | 26.87 | - |
| YUV | 150.66 | 119.73 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 136 | 0 | 0.55 | 0.43 | 0.06 | 347.27 | 0.81 | 0.68 |
| Hex | F0 | 6C | 88 | 0 | 37 | 2B | 6 | 15B | 51 | 44 |
| Octal | 360 | 154 | 210 | 0 | 67 | 53 | 6 | 533 | 121 | 104 |
| Binary | 11110000 | 1101100 | 10001000 | 0 | 110111 | 101011 | 110 | 101011011 | 1010001 | 1000100 |
Color Harmonies of #F06C88
Complementary color
Monochromatic Colors of #F06C88
Black with #F06C88
Text Example
Text Example
White with #F06C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C88; }
p { color: rgb(240,108,136); }
H1.HeaderClassName
{
color: #F06C88;
}
.AnyTagClassName
{
color: #F06C88;
}
</style>
background-color css
<style>
a { background-color: #F06C88; }
a { background-color: rgb(240,108,136); }
div.DivClassName
{
background-color: #F06C88;
}
.BgClassName
{
background-color: #F06C88;
}
</style>
border-color css
<style>
span { border-color: #F06C88; }
span { border-color: rgb(240,108,136); }
td.TdClassName
{
border-color: #F06C88;
}
.TagClassName
{
border-color: #F06C88;
}
</style>