Shades of Deep Blush #F06D8D
Tints of Deep Blush #F06D8D
RGB
CMYK
RGB Variations
Color information
#F06D8D (or 0xF06D8D) is known color: Deep Blush. HEX triplet: F0, 6D and 8D. RGB value is (240,109,141). Sum of RGB (Red+Green+Blue) = 240+109+141=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06D8D is #0F9272. Grayscale: #979797. Windows color (decimal): -1020531 or 9268720. OLE color: 9268720.
HSL color Cylindrical-coordinate representation of color #F06D8D: hue angle of 345.34º 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 #F06D8D is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 141 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.06 |
| HSL | 345.34º | 0.81% | 0.68% | - |
| HSV(B) | 345.34º | 0.55% | 0.94% | - |
| XYZ | 46.21 | 31.39 | 28.82 | - |
| YUV | 151.82 | 121.9 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 141 | 0 | 0.55 | 0.41 | 0.06 | 345.34 | 0.81 | 0.68 |
| Hex | F0 | 6D | 8D | 0 | 37 | 29 | 6 | 159 | 51 | 44 |
| Octal | 360 | 155 | 215 | 0 | 67 | 51 | 6 | 531 | 121 | 104 |
| Binary | 11110000 | 1101101 | 10001101 | 0 | 110111 | 101001 | 110 | 101011001 | 1010001 | 1000100 |
Color Harmonies of #F06D8D
Complementary color
Monochromatic Colors of #F06D8D
Black with #F06D8D
Text Example
Text Example
White with #F06D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D8D; }
p { color: rgb(240,109,141); }
H1.HeaderClassName
{
color: #F06D8D;
}
.AnyTagClassName
{
color: #F06D8D;
}
</style>
background-color css
<style>
a { background-color: #F06D8D; }
a { background-color: rgb(240,109,141); }
div.DivClassName
{
background-color: #F06D8D;
}
.BgClassName
{
background-color: #F06D8D;
}
</style>
border-color css
<style>
span { border-color: #F06D8D; }
span { border-color: rgb(240,109,141); }
td.TdClassName
{
border-color: #F06D8D;
}
.TagClassName
{
border-color: #F06D8D;
}
</style>