Shades of Hot Pink #F060AF
Tints of Hot Pink #F060AF
RGB
CMYK
RGB Variations
Color information
#F060AF (or 0xF060AF) is known color: Hot Pink. HEX triplet: F0, 60 and AF. RGB value is (240,96,175). Sum of RGB (Red+Green+Blue) = 240+96+175=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F060AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F060AF is #0F9F50. Grayscale: #939393. Windows color (decimal): -1023825 or 11493616. OLE color: 11493616.
HSL color Cylindrical-coordinate representation of color #F060AF: hue angle of 327.08º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F060AF is Cyan = 0, Magento = 0.6, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 175 | - |
| CMYK | 0 | 0.6 | 0.27 | 0.06 |
| HSL | 327.08º | 0.83% | 0.66% | - |
| HSV(B) | 327.08º | 0.6% | 0.94% | - |
| XYZ | 47.86 | 29.99 | 43.82 | - |
| YUV | 148.06 | 143.21 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 175 | 0 | 0.6 | 0.27 | 0.06 | 327.08 | 0.83 | 0.66 |
| Hex | F0 | 60 | AF | 0 | 3C | 1B | 6 | 147 | 53 | 42 |
| Octal | 360 | 140 | 257 | 0 | 74 | 33 | 6 | 507 | 123 | 102 |
| Binary | 11110000 | 1100000 | 10101111 | 0 | 111100 | 11011 | 110 | 101000111 | 1010011 | 1000010 |
Color Harmonies of #F060AF
Complementary color
Monochromatic Colors of #F060AF
Black with #F060AF
Text Example
Text Example
White with #F060AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F060AF; }
p { color: rgb(240,96,175); }
H1.HeaderClassName
{
color: #F060AF;
}
.AnyTagClassName
{
color: #F060AF;
}
</style>
background-color css
<style>
a { background-color: #F060AF; }
a { background-color: rgb(240,96,175); }
div.DivClassName
{
background-color: #F060AF;
}
.BgClassName
{
background-color: #F060AF;
}
</style>
border-color css
<style>
span { border-color: #F060AF; }
span { border-color: rgb(240,96,175); }
td.TdClassName
{
border-color: #F060AF;
}
.TagClassName
{
border-color: #F060AF;
}
</style>