Shades of Hot Pink #F962B2
Tints of Hot Pink #F962B2
RGB
CMYK
RGB Variations
Color information
#F962B2 (or 0xF962B2) is known color: Hot Pink. HEX triplet: F9, 62 and B2. RGB value is (249,98,178). Sum of RGB (Red+Green+Blue) = 249+98+178=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F962B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F962B2 is #069D4D. Grayscale: #989898. Windows color (decimal): -433486 or 11690745. OLE color: 11690745.
HSL color Cylindrical-coordinate representation of color #F962B2: hue angle of 328.21º 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 #F962B2 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 178 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.02 |
| HSL | 328.21º | 0.93% | 0.68% | - |
| HSV(B) | 328.21º | 0.61% | 0.98% | - |
| XYZ | 51.47 | 32.09 | 45.6 | - |
| YUV | 152.27 | 142.53 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 178 | 0 | 0.61 | 0.29 | 0.02 | 328.21 | 0.93 | 0.68 |
| Hex | F9 | 62 | B2 | 0 | 3D | 1D | 2 | 148 | 5D | 44 |
| Octal | 371 | 142 | 262 | 0 | 75 | 35 | 2 | 510 | 135 | 104 |
| Binary | 11111001 | 1100010 | 10110010 | 0 | 111101 | 11101 | 10 | 101001000 | 1011101 | 1000100 |
Color Harmonies of #F962B2
Complementary color
Monochromatic Colors of #F962B2
Black with #F962B2
Text Example
Text Example
White with #F962B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F962B2; }
p { color: rgb(249,98,178); }
H1.HeaderClassName
{
color: #F962B2;
}
.AnyTagClassName
{
color: #F962B2;
}
</style>
background-color css
<style>
a { background-color: #F962B2; }
a { background-color: rgb(249,98,178); }
div.DivClassName
{
background-color: #F962B2;
}
.BgClassName
{
background-color: #F962B2;
}
</style>
border-color css
<style>
span { border-color: #F962B2; }
span { border-color: rgb(249,98,178); }
td.TdClassName
{
border-color: #F962B2;
}
.TagClassName
{
border-color: #F962B2;
}
</style>