Shades of Deep Blush #F06C93
Tints of Deep Blush #F06C93
RGB
CMYK
RGB Variations
Color information
#F06C93 (or 0xF06C93) is known color: Deep Blush. HEX triplet: F0, 6C and 93. RGB value is (240,108,147). Sum of RGB (Red+Green+Blue) = 240+108+147=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06C93 is #0F936C. Grayscale: #979797. Windows color (decimal): -1020781 or 9661680. OLE color: 9661680.
HSL color Cylindrical-coordinate representation of color #F06C93: hue angle of 342.27º 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 #F06C93 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 147 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.06 |
| HSL | 342.27º | 0.81% | 0.68% | - |
| HSV(B) | 342.27º | 0.55% | 0.94% | - |
| XYZ | 46.56 | 31.36 | 31.2 | - |
| YUV | 151.91 | 125.23 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 147 | 0 | 0.55 | 0.39 | 0.06 | 342.27 | 0.81 | 0.68 |
| Hex | F0 | 6C | 93 | 0 | 37 | 27 | 6 | 156 | 51 | 44 |
| Octal | 360 | 154 | 223 | 0 | 67 | 47 | 6 | 526 | 121 | 104 |
| Binary | 11110000 | 1101100 | 10010011 | 0 | 110111 | 100111 | 110 | 101010110 | 1010001 | 1000100 |
Color Harmonies of #F06C93
Complementary color
Monochromatic Colors of #F06C93
Black with #F06C93
Text Example
Text Example
White with #F06C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C93; }
p { color: rgb(240,108,147); }
H1.HeaderClassName
{
color: #F06C93;
}
.AnyTagClassName
{
color: #F06C93;
}
</style>
background-color css
<style>
a { background-color: #F06C93; }
a { background-color: rgb(240,108,147); }
div.DivClassName
{
background-color: #F06C93;
}
.BgClassName
{
background-color: #F06C93;
}
</style>
border-color css
<style>
span { border-color: #F06C93; }
span { border-color: rgb(240,108,147); }
td.TdClassName
{
border-color: #F06C93;
}
.TagClassName
{
border-color: #F06C93;
}
</style>