Shades of Hot Pink #F96BA2
Tints of Hot Pink #F96BA2
RGB
CMYK
RGB Variations
Color information
#F96BA2 (or 0xF96BA2) is known color: Hot Pink. HEX triplet: F9, 6B and A2. RGB value is (249,107,162). Sum of RGB (Red+Green+Blue) = 249+107+162=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96BA2 is #06945D. Grayscale: #9B9B9B. Windows color (decimal): -431198 or 10644473. OLE color: 10644473.
HSL color Cylindrical-coordinate representation of color #F96BA2: hue angle of 336.76º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96BA2 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 107 | 162 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.02 |
| HSL | 336.76º | 0.92% | 0.7% | - |
| HSV(B) | 336.76º | 0.57% | 0.98% | - |
| XYZ | 50.85 | 33.26 | 37.92 | - |
| YUV | 155.73 | 131.54 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 107 | 162 | 0 | 0.57 | 0.35 | 0.02 | 336.76 | 0.92 | 0.7 |
| Hex | F9 | 6B | A2 | 0 | 39 | 23 | 2 | 151 | 5C | 46 |
| Octal | 371 | 153 | 242 | 0 | 71 | 43 | 2 | 521 | 134 | 106 |
| Binary | 11111001 | 1101011 | 10100010 | 0 | 111001 | 100011 | 10 | 101010001 | 1011100 | 1000110 |
Color Harmonies of #F96BA2
Complementary color
Monochromatic Colors of #F96BA2
Black with #F96BA2
Text Example
Text Example
White with #F96BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96BA2; }
p { color: rgb(249,107,162); }
H1.HeaderClassName
{
color: #F96BA2;
}
.AnyTagClassName
{
color: #F96BA2;
}
</style>
background-color css
<style>
a { background-color: #F96BA2; }
a { background-color: rgb(249,107,162); }
div.DivClassName
{
background-color: #F96BA2;
}
.BgClassName
{
background-color: #F96BA2;
}
</style>
border-color css
<style>
span { border-color: #F96BA2; }
span { border-color: rgb(249,107,162); }
td.TdClassName
{
border-color: #F96BA2;
}
.TagClassName
{
border-color: #F96BA2;
}
</style>