Shades of Hot Pink #F062A9
Tints of Hot Pink #F062A9
RGB
CMYK
RGB Variations
Color information
#F062A9 (or 0xF062A9) is known color: Hot Pink. HEX triplet: F0, 62 and A9. RGB value is (240,98,169). Sum of RGB (Red+Green+Blue) = 240+98+169=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F062A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F062A9 is #0F9D56. Grayscale: #949494. Windows color (decimal): -1023319 or 11100912. OLE color: 11100912.
HSL color Cylindrical-coordinate representation of color #F062A9: hue angle of 330º 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 #F062A9 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 169 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.06 |
| HSL | 330º | 0.83% | 0.66% | - |
| HSV(B) | 330º | 0.59% | 0.94% | - |
| XYZ | 47.46 | 30.13 | 40.85 | - |
| YUV | 148.55 | 139.54 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 169 | 0 | 0.59 | 0.30 | 0.06 | 330 | 0.83 | 0.66 |
| Hex | F0 | 62 | A9 | 0 | 3B | 1E | 6 | 14A | 53 | 42 |
| Octal | 360 | 142 | 251 | 0 | 73 | 36 | 6 | 512 | 123 | 102 |
| Binary | 11110000 | 1100010 | 10101001 | 0 | 111011 | 11110 | 110 | 101001010 | 1010011 | 1000010 |
Color Harmonies of #F062A9
Complementary color
Monochromatic Colors of #F062A9
Black with #F062A9
Text Example
Text Example
White with #F062A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062A9; }
p { color: rgb(240,98,169); }
H1.HeaderClassName
{
color: #F062A9;
}
.AnyTagClassName
{
color: #F062A9;
}
</style>
background-color css
<style>
a { background-color: #F062A9; }
a { background-color: rgb(240,98,169); }
div.DivClassName
{
background-color: #F062A9;
}
.BgClassName
{
background-color: #F062A9;
}
</style>
border-color css
<style>
span { border-color: #F062A9; }
span { border-color: rgb(240,98,169); }
td.TdClassName
{
border-color: #F062A9;
}
.TagClassName
{
border-color: #F062A9;
}
</style>