Shades of Hot Pink #F06FA6
Tints of Hot Pink #F06FA6
RGB
CMYK
RGB Variations
Color information
#F06FA6 (or 0xF06FA6) is known color: Hot Pink. HEX triplet: F0, 6F and A6. RGB value is (240,111,166). Sum of RGB (Red+Green+Blue) = 240+111+166=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06FA6 is #0F9059. Grayscale: #9B9B9B. Windows color (decimal): -1019994 or 10907632. OLE color: 10907632.
HSL color Cylindrical-coordinate representation of color #F06FA6: hue angle of 334.42º 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 #F06FA6 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 166 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.06 |
| HSL | 334.42º | 0.81% | 0.69% | - |
| HSV(B) | 334.42º | 0.54% | 0.94% | - |
| XYZ | 48.5 | 32.65 | 39.82 | - |
| YUV | 155.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 166 | 0 | 0.54 | 0.31 | 0.06 | 334.42 | 0.81 | 0.69 |
| Hex | F0 | 6F | A6 | 0 | 36 | 1F | 6 | 14E | 51 | 45 |
| Octal | 360 | 157 | 246 | 0 | 66 | 37 | 6 | 516 | 121 | 105 |
| Binary | 11110000 | 1101111 | 10100110 | 0 | 110110 | 11111 | 110 | 101001110 | 1010001 | 1000101 |
Color Harmonies of #F06FA6
Complementary color
Monochromatic Colors of #F06FA6
Black with #F06FA6
Text Example
Text Example
White with #F06FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06FA6; }
p { color: rgb(240,111,166); }
H1.HeaderClassName
{
color: #F06FA6;
}
.AnyTagClassName
{
color: #F06FA6;
}
</style>
background-color css
<style>
a { background-color: #F06FA6; }
a { background-color: rgb(240,111,166); }
div.DivClassName
{
background-color: #F06FA6;
}
.BgClassName
{
background-color: #F06FA6;
}
</style>
border-color css
<style>
span { border-color: #F06FA6; }
span { border-color: rgb(240,111,166); }
td.TdClassName
{
border-color: #F06FA6;
}
.TagClassName
{
border-color: #F06FA6;
}
</style>