Shades of Hot Pink #F962AF
Tints of Hot Pink #F962AF
RGB
CMYK
RGB Variations
Color information
#F962AF (or 0xF962AF) is known color: Hot Pink. HEX triplet: F9, 62 and AF. RGB value is (249,98,175). Sum of RGB (Red+Green+Blue) = 249+98+175=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F962AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F962AF is #069D50. Grayscale: #979797. Windows color (decimal): -433489 or 11494137. OLE color: 11494137.
HSL color Cylindrical-coordinate representation of color #F962AF: hue angle of 329.4º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F962AF is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 175 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.02 |
| HSL | 329.4º | 0.93% | 0.68% | - |
| HSV(B) | 329.4º | 0.61% | 0.98% | - |
| XYZ | 51.17 | 31.97 | 44.03 | - |
| YUV | 151.93 | 141.03 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 175 | 0 | 0.61 | 0.30 | 0.02 | 329.4 | 0.93 | 0.68 |
| Hex | F9 | 62 | AF | 0 | 3D | 1E | 2 | 149 | 5D | 44 |
| Octal | 371 | 142 | 257 | 0 | 75 | 36 | 2 | 511 | 135 | 104 |
| Binary | 11111001 | 1100010 | 10101111 | 0 | 111101 | 11110 | 10 | 101001001 | 1011101 | 1000100 |
Color Harmonies of #F962AF
Complementary color
Monochromatic Colors of #F962AF
Black with #F962AF
Text Example
Text Example
White with #F962AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F962AF; }
p { color: rgb(249,98,175); }
H1.HeaderClassName
{
color: #F962AF;
}
.AnyTagClassName
{
color: #F962AF;
}
</style>
background-color css
<style>
a { background-color: #F962AF; }
a { background-color: rgb(249,98,175); }
div.DivClassName
{
background-color: #F962AF;
}
.BgClassName
{
background-color: #F962AF;
}
</style>
border-color css
<style>
span { border-color: #F962AF; }
span { border-color: rgb(249,98,175); }
td.TdClassName
{
border-color: #F962AF;
}
.TagClassName
{
border-color: #F962AF;
}
</style>