Shades of Hot Pink #F062AF
Tints of Hot Pink #F062AF
RGB
CMYK
RGB Variations
Color information
#F062AF (or 0xF062AF) is known color: Hot Pink. HEX triplet: F0, 62 and AF. RGB value is (240,98,175). Sum of RGB (Red+Green+Blue) = 240+98+175=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F062AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F062AF is #0F9D50. Grayscale: #959595. Windows color (decimal): -1023313 or 11494128. OLE color: 11494128.
HSL color Cylindrical-coordinate representation of color #F062AF: hue angle of 327.46º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F062AF is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 175 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.06 |
| HSL | 327.46º | 0.83% | 0.66% | - |
| HSV(B) | 327.46º | 0.59% | 0.94% | - |
| XYZ | 48.04 | 30.36 | 43.88 | - |
| YUV | 149.24 | 142.54 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 175 | 0 | 0.59 | 0.27 | 0.06 | 327.46 | 0.83 | 0.66 |
| Hex | F0 | 62 | AF | 0 | 3B | 1B | 6 | 147 | 53 | 42 |
| Octal | 360 | 142 | 257 | 0 | 73 | 33 | 6 | 507 | 123 | 102 |
| Binary | 11110000 | 1100010 | 10101111 | 0 | 111011 | 11011 | 110 | 101000111 | 1010011 | 1000010 |
Color Harmonies of #F062AF
Complementary color
Monochromatic Colors of #F062AF
Black with #F062AF
Text Example
Text Example
White with #F062AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062AF; }
p { color: rgb(240,98,175); }
H1.HeaderClassName
{
color: #F062AF;
}
.AnyTagClassName
{
color: #F062AF;
}
</style>
background-color css
<style>
a { background-color: #F062AF; }
a { background-color: rgb(240,98,175); }
div.DivClassName
{
background-color: #F062AF;
}
.BgClassName
{
background-color: #F062AF;
}
</style>
border-color css
<style>
span { border-color: #F062AF; }
span { border-color: rgb(240,98,175); }
td.TdClassName
{
border-color: #F062AF;
}
.TagClassName
{
border-color: #F062AF;
}
</style>