Shades of Deep Blush #F06C83
Tints of Deep Blush #F06C83
RGB
CMYK
RGB Variations
Color information
#F06C83 (or 0xF06C83) is known color: Deep Blush. HEX triplet: F0, 6C and 83. RGB value is (240,108,131). Sum of RGB (Red+Green+Blue) = 240+108+131=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06C83 is #0F937C. Grayscale: #969696. Windows color (decimal): -1020797 or 8613104. OLE color: 8613104.
HSL color Cylindrical-coordinate representation of color #F06C83: hue angle of 349.55º 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 #F06C83 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 131 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.06 |
| HSL | 349.55º | 0.81% | 0.68% | - |
| HSV(B) | 349.55º | 0.55% | 0.94% | - |
| XYZ | 45.39 | 30.89 | 25.04 | - |
| YUV | 150.09 | 117.23 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 131 | 0 | 0.55 | 0.45 | 0.06 | 349.55 | 0.81 | 0.68 |
| Hex | F0 | 6C | 83 | 0 | 37 | 2D | 6 | 15E | 51 | 44 |
| Octal | 360 | 154 | 203 | 0 | 67 | 55 | 6 | 536 | 121 | 104 |
| Binary | 11110000 | 1101100 | 10000011 | 0 | 110111 | 101101 | 110 | 101011110 | 1010001 | 1000100 |
Color Harmonies of #F06C83
Complementary color
Monochromatic Colors of #F06C83
Black with #F06C83
Text Example
Text Example
White with #F06C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C83; }
p { color: rgb(240,108,131); }
H1.HeaderClassName
{
color: #F06C83;
}
.AnyTagClassName
{
color: #F06C83;
}
</style>
background-color css
<style>
a { background-color: #F06C83; }
a { background-color: rgb(240,108,131); }
div.DivClassName
{
background-color: #F06C83;
}
.BgClassName
{
background-color: #F06C83;
}
</style>
border-color css
<style>
span { border-color: #F06C83; }
span { border-color: rgb(240,108,131); }
td.TdClassName
{
border-color: #F06C83;
}
.TagClassName
{
border-color: #F06C83;
}
</style>