Shades of Hot Pink #F963B2
Tints of Hot Pink #F963B2
RGB
CMYK
RGB Variations
Color information
#F963B2 (or 0xF963B2) is known color: Hot Pink. HEX triplet: F9, 63 and B2. RGB value is (249,99,178). Sum of RGB (Red+Green+Blue) = 249+99+178=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F963B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F963B2 is #069C4D. Grayscale: #989898. Windows color (decimal): -433230 or 11691001. OLE color: 11691001.
HSL color Cylindrical-coordinate representation of color #F963B2: hue angle of 328.4º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F963B2 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 178 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.02 |
| HSL | 328.4º | 0.93% | 0.68% | - |
| HSV(B) | 328.4º | 0.6% | 0.98% | - |
| XYZ | 51.56 | 32.28 | 45.63 | - |
| YUV | 152.86 | 142.2 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 178 | 0 | 0.60 | 0.29 | 0.02 | 328.4 | 0.93 | 0.68 |
| Hex | F9 | 63 | B2 | 0 | 3C | 1D | 2 | 148 | 5D | 44 |
| Octal | 371 | 143 | 262 | 0 | 74 | 35 | 2 | 510 | 135 | 104 |
| Binary | 11111001 | 1100011 | 10110010 | 0 | 111100 | 11101 | 10 | 101001000 | 1011101 | 1000100 |
Color Harmonies of #F963B2
Complementary color
Monochromatic Colors of #F963B2
Black with #F963B2
Text Example
Text Example
White with #F963B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F963B2; }
p { color: rgb(249,99,178); }
H1.HeaderClassName
{
color: #F963B2;
}
.AnyTagClassName
{
color: #F963B2;
}
</style>
background-color css
<style>
a { background-color: #F963B2; }
a { background-color: rgb(249,99,178); }
div.DivClassName
{
background-color: #F963B2;
}
.BgClassName
{
background-color: #F963B2;
}
</style>
border-color css
<style>
span { border-color: #F963B2; }
span { border-color: rgb(249,99,178); }
td.TdClassName
{
border-color: #F963B2;
}
.TagClassName
{
border-color: #F963B2;
}
</style>