Shades of Hot Pink #F962B0
Tints of Hot Pink #F962B0
RGB
CMYK
RGB Variations
Color information
#F962B0 (or 0xF962B0) is known color: Hot Pink. HEX triplet: F9, 62 and B0. RGB value is (249,98,176). Sum of RGB (Red+Green+Blue) = 249+98+176=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 98 (38.67% from 255 or 18.74% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F962B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F962B0 is #069D4F. Grayscale: #979797. Windows color (decimal): -433488 or 11559673. OLE color: 11559673.
HSL color Cylindrical-coordinate representation of color #F962B0: hue angle of 329.01º 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 #F962B0 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 176 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.02 |
| HSL | 329.01º | 0.93% | 0.68% | - |
| HSV(B) | 329.01º | 0.61% | 0.98% | - |
| XYZ | 51.27 | 32.01 | 44.55 | - |
| YUV | 152.04 | 141.53 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 176 | 0 | 0.61 | 0.29 | 0.02 | 329.01 | 0.93 | 0.68 |
| Hex | F9 | 62 | B0 | 0 | 3D | 1D | 2 | 149 | 5D | 44 |
| Octal | 371 | 142 | 260 | 0 | 75 | 35 | 2 | 511 | 135 | 104 |
| Binary | 11111001 | 1100010 | 10110000 | 0 | 111101 | 11101 | 10 | 101001001 | 1011101 | 1000100 |
Color Harmonies of #F962B0
Complementary color
Monochromatic Colors of #F962B0
Black with #F962B0
Text Example
Text Example
White with #F962B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F962B0; }
p { color: rgb(249,98,176); }
H1.HeaderClassName
{
color: #F962B0;
}
.AnyTagClassName
{
color: #F962B0;
}
</style>
background-color css
<style>
a { background-color: #F962B0; }
a { background-color: rgb(249,98,176); }
div.DivClassName
{
background-color: #F962B0;
}
.BgClassName
{
background-color: #F962B0;
}
</style>
border-color css
<style>
span { border-color: #F962B0; }
span { border-color: rgb(249,98,176); }
td.TdClassName
{
border-color: #F962B0;
}
.TagClassName
{
border-color: #F962B0;
}
</style>