Shades of Hot Pink #F962AB
Tints of Hot Pink #F962AB
RGB
CMYK
RGB Variations
Color information
#F962AB (or 0xF962AB) is known color: Hot Pink. HEX triplet: F9, 62 and AB. RGB value is (249,98,171). Sum of RGB (Red+Green+Blue) = 249+98+171=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F962AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F962AB is #069D54. Grayscale: #979797. Windows color (decimal): -433493 or 11231993. OLE color: 11231993.
HSL color Cylindrical-coordinate representation of color #F962AB: hue angle of 330.99º 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 #F962AB is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 171 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.02 |
| HSL | 330.99º | 0.93% | 0.68% | - |
| HSV(B) | 330.99º | 0.61% | 0.98% | - |
| XYZ | 50.79 | 31.82 | 41.99 | - |
| YUV | 151.47 | 139.03 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 171 | 0 | 0.61 | 0.31 | 0.02 | 330.99 | 0.93 | 0.68 |
| Hex | F9 | 62 | AB | 0 | 3D | 1F | 2 | 14B | 5D | 44 |
| Octal | 371 | 142 | 253 | 0 | 75 | 37 | 2 | 513 | 135 | 104 |
| Binary | 11111001 | 1100010 | 10101011 | 0 | 111101 | 11111 | 10 | 101001011 | 1011101 | 1000100 |
Color Harmonies of #F962AB
Complementary color
Monochromatic Colors of #F962AB
Black with #F962AB
Text Example
Text Example
White with #F962AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F962AB; }
p { color: rgb(249,98,171); }
H1.HeaderClassName
{
color: #F962AB;
}
.AnyTagClassName
{
color: #F962AB;
}
</style>
background-color css
<style>
a { background-color: #F962AB; }
a { background-color: rgb(249,98,171); }
div.DivClassName
{
background-color: #F962AB;
}
.BgClassName
{
background-color: #F962AB;
}
</style>
border-color css
<style>
span { border-color: #F962AB; }
span { border-color: rgb(249,98,171); }
td.TdClassName
{
border-color: #F962AB;
}
.TagClassName
{
border-color: #F962AB;
}
</style>