Shades of Deep Blush #F06D81
Tints of Deep Blush #F06D81
RGB
CMYK
RGB Variations
Color information
#F06D81 (or 0xF06D81) is known color: Deep Blush. HEX triplet: F0, 6D and 81. RGB value is (240,109,129). Sum of RGB (Red+Green+Blue) = 240+109+129=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06D81 is #0F927E. Grayscale: #969696. Windows color (decimal): -1020543 or 8482288. OLE color: 8482288.
HSL color Cylindrical-coordinate representation of color #F06D81: hue angle of 350.84º 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 #F06D81 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 129 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.06 |
| HSL | 350.84º | 0.81% | 0.68% | - |
| HSV(B) | 350.84º | 0.55% | 0.94% | - |
| XYZ | 45.37 | 31.05 | 24.37 | - |
| YUV | 150.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 129 | 0 | 0.55 | 0.46 | 0.06 | 350.84 | 0.81 | 0.68 |
| Hex | F0 | 6D | 81 | 0 | 37 | 2E | 6 | 15F | 51 | 44 |
| Octal | 360 | 155 | 201 | 0 | 67 | 56 | 6 | 537 | 121 | 104 |
| Binary | 11110000 | 1101101 | 10000001 | 0 | 110111 | 101110 | 110 | 101011111 | 1010001 | 1000100 |
Color Harmonies of #F06D81
Complementary color
Monochromatic Colors of #F06D81
Black with #F06D81
Text Example
Text Example
White with #F06D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D81; }
p { color: rgb(240,109,129); }
H1.HeaderClassName
{
color: #F06D81;
}
.AnyTagClassName
{
color: #F06D81;
}
</style>
background-color css
<style>
a { background-color: #F06D81; }
a { background-color: rgb(240,109,129); }
div.DivClassName
{
background-color: #F06D81;
}
.BgClassName
{
background-color: #F06D81;
}
</style>
border-color css
<style>
span { border-color: #F06D81; }
span { border-color: rgb(240,109,129); }
td.TdClassName
{
border-color: #F06D81;
}
.TagClassName
{
border-color: #F06D81;
}
</style>