Shades of Hot Pink #F06EA6
Tints of Hot Pink #F06EA6
RGB
CMYK
RGB Variations
Color information
#F06EA6 (or 0xF06EA6) is known color: Hot Pink. HEX triplet: F0, 6E and A6. RGB value is (240,110,166). Sum of RGB (Red+Green+Blue) = 240+110+166=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F06EA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06EA6 is #0F9159. Grayscale: #9B9B9B. Windows color (decimal): -1020250 or 10907376. OLE color: 10907376.
HSL color Cylindrical-coordinate representation of color #F06EA6: hue angle of 334.15º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06EA6 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 166 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.06 |
| HSL | 334.15º | 0.81% | 0.69% | - |
| HSV(B) | 334.15º | 0.54% | 0.94% | - |
| XYZ | 48.39 | 32.43 | 39.79 | - |
| YUV | 155.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 166 | 0 | 0.54 | 0.31 | 0.06 | 334.15 | 0.81 | 0.69 |
| Hex | F0 | 6E | A6 | 0 | 36 | 1F | 6 | 14E | 51 | 45 |
| Octal | 360 | 156 | 246 | 0 | 66 | 37 | 6 | 516 | 121 | 105 |
| Binary | 11110000 | 1101110 | 10100110 | 0 | 110110 | 11111 | 110 | 101001110 | 1010001 | 1000101 |
Color Harmonies of #F06EA6
Complementary color
Monochromatic Colors of #F06EA6
Black with #F06EA6
Text Example
Text Example
White with #F06EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06EA6; }
p { color: rgb(240,110,166); }
H1.HeaderClassName
{
color: #F06EA6;
}
.AnyTagClassName
{
color: #F06EA6;
}
</style>
background-color css
<style>
a { background-color: #F06EA6; }
a { background-color: rgb(240,110,166); }
div.DivClassName
{
background-color: #F06EA6;
}
.BgClassName
{
background-color: #F06EA6;
}
</style>
border-color css
<style>
span { border-color: #F06EA6; }
span { border-color: rgb(240,110,166); }
td.TdClassName
{
border-color: #F06EA6;
}
.TagClassName
{
border-color: #F06EA6;
}
</style>