Shades of Hot Pink #F962AD
Tints of Hot Pink #F962AD
RGB
CMYK
RGB Variations
Color information
#F962AD (or 0xF962AD) is known color: Hot Pink. HEX triplet: F9, 62 and AD. RGB value is (249,98,173). Sum of RGB (Red+Green+Blue) = 249+98+173=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 98 (38.67% from 255 or 18.85% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F962AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F962AD is #069D52. Grayscale: #979797. Windows color (decimal): -433491 or 11363065. OLE color: 11363065.
HSL color Cylindrical-coordinate representation of color #F962AD: hue angle of 330.2º 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 #F962AD is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 173 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.02 |
| HSL | 330.2º | 0.93% | 0.68% | - |
| HSV(B) | 330.2º | 0.61% | 0.98% | - |
| XYZ | 50.98 | 31.89 | 43 | - |
| YUV | 151.7 | 140.03 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 173 | 0 | 0.61 | 0.31 | 0.02 | 330.2 | 0.93 | 0.68 |
| Hex | F9 | 62 | AD | 0 | 3D | 1F | 2 | 14A | 5D | 44 |
| Octal | 371 | 142 | 255 | 0 | 75 | 37 | 2 | 512 | 135 | 104 |
| Binary | 11111001 | 1100010 | 10101101 | 0 | 111101 | 11111 | 10 | 101001010 | 1011101 | 1000100 |
Color Harmonies of #F962AD
Complementary color
Monochromatic Colors of #F962AD
Black with #F962AD
Text Example
Text Example
White with #F962AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F962AD; }
p { color: rgb(249,98,173); }
H1.HeaderClassName
{
color: #F962AD;
}
.AnyTagClassName
{
color: #F962AD;
}
</style>
background-color css
<style>
a { background-color: #F962AD; }
a { background-color: rgb(249,98,173); }
div.DivClassName
{
background-color: #F962AD;
}
.BgClassName
{
background-color: #F962AD;
}
</style>
border-color css
<style>
span { border-color: #F962AD; }
span { border-color: rgb(249,98,173); }
td.TdClassName
{
border-color: #F962AD;
}
.TagClassName
{
border-color: #F962AD;
}
</style>