Shades of Deep Blush #F06F89
Tints of Deep Blush #F06F89
RGB
CMYK
RGB Variations
Color information
#F06F89 (or 0xF06F89) is known color: Deep Blush. HEX triplet: F0, 6F and 89. RGB value is (240,111,137). Sum of RGB (Red+Green+Blue) = 240+111+137=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06F89 is #0F9076. Grayscale: #989898. Windows color (decimal): -1020023 or 9007088. OLE color: 9007088.
HSL color Cylindrical-coordinate representation of color #F06F89: hue angle of 347.91º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06F89 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 137 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.06 |
| HSL | 347.91º | 0.81% | 0.69% | - |
| HSV(B) | 347.91º | 0.54% | 0.94% | - |
| XYZ | 46.13 | 31.7 | 27.35 | - |
| YUV | 152.54 | 119.24 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 137 | 0 | 0.54 | 0.43 | 0.06 | 347.91 | 0.81 | 0.69 |
| Hex | F0 | 6F | 89 | 0 | 36 | 2B | 6 | 15C | 51 | 45 |
| Octal | 360 | 157 | 211 | 0 | 66 | 53 | 6 | 534 | 121 | 105 |
| Binary | 11110000 | 1101111 | 10001001 | 0 | 110110 | 101011 | 110 | 101011100 | 1010001 | 1000101 |
Color Harmonies of #F06F89
Complementary color
Monochromatic Colors of #F06F89
Black with #F06F89
Text Example
Text Example
White with #F06F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F89; }
p { color: rgb(240,111,137); }
H1.HeaderClassName
{
color: #F06F89;
}
.AnyTagClassName
{
color: #F06F89;
}
</style>
background-color css
<style>
a { background-color: #F06F89; }
a { background-color: rgb(240,111,137); }
div.DivClassName
{
background-color: #F06F89;
}
.BgClassName
{
background-color: #F06F89;
}
</style>
border-color css
<style>
span { border-color: #F06F89; }
span { border-color: rgb(240,111,137); }
td.TdClassName
{
border-color: #F06F89;
}
.TagClassName
{
border-color: #F06F89;
}
</style>