Shades of Deep Blush #F06D8C
Tints of Deep Blush #F06D8C
RGB
CMYK
RGB Variations
Color information
#F06D8C (or 0xF06D8C) is known color: Deep Blush. HEX triplet: F0, 6D and 8C. RGB value is (240,109,140). Sum of RGB (Red+Green+Blue) = 240+109+140=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06D8C is #0F9273. Grayscale: #979797. Windows color (decimal): -1020532 or 9203184. OLE color: 9203184.
HSL color Cylindrical-coordinate representation of color #F06D8C: hue angle of 345.8º 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 #F06D8C is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 140 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.06 |
| HSL | 345.8º | 0.81% | 0.68% | - |
| HSV(B) | 345.8º | 0.55% | 0.94% | - |
| XYZ | 46.14 | 31.36 | 28.43 | - |
| YUV | 151.7 | 121.4 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 140 | 0 | 0.55 | 0.42 | 0.06 | 345.8 | 0.81 | 0.68 |
| Hex | F0 | 6D | 8C | 0 | 37 | 2A | 6 | 15A | 51 | 44 |
| Octal | 360 | 155 | 214 | 0 | 67 | 52 | 6 | 532 | 121 | 104 |
| Binary | 11110000 | 1101101 | 10001100 | 0 | 110111 | 101010 | 110 | 101011010 | 1010001 | 1000100 |
Color Harmonies of #F06D8C
Complementary color
Monochromatic Colors of #F06D8C
Black with #F06D8C
Text Example
Text Example
White with #F06D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D8C; }
p { color: rgb(240,109,140); }
H1.HeaderClassName
{
color: #F06D8C;
}
.AnyTagClassName
{
color: #F06D8C;
}
</style>
background-color css
<style>
a { background-color: #F06D8C; }
a { background-color: rgb(240,109,140); }
div.DivClassName
{
background-color: #F06D8C;
}
.BgClassName
{
background-color: #F06D8C;
}
</style>
border-color css
<style>
span { border-color: #F06D8C; }
span { border-color: rgb(240,109,140); }
td.TdClassName
{
border-color: #F06D8C;
}
.TagClassName
{
border-color: #F06D8C;
}
</style>