Shades of Hot Pink #F96AB1
Tints of Hot Pink #F96AB1
RGB
CMYK
RGB Variations
Color information
#F96AB1 (or 0xF96AB1) is known color: Hot Pink. HEX triplet: F9, 6A and B1. RGB value is (249,106,177). Sum of RGB (Red+Green+Blue) = 249+106+177=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F96AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96AB1 is #06954E. Grayscale: #9C9C9C. Windows color (decimal): -431439 or 11627257. OLE color: 11627257.
HSL color Cylindrical-coordinate representation of color #F96AB1: hue angle of 330.21º 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 #F96AB1 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 106 | 177 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.02 |
| HSL | 330.21º | 0.92% | 0.7% | - |
| HSV(B) | 330.21º | 0.57% | 0.98% | - |
| XYZ | 52.16 | 33.62 | 45.34 | - |
| YUV | 156.85 | 139.38 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 106 | 177 | 0 | 0.57 | 0.29 | 0.02 | 330.21 | 0.92 | 0.7 |
| Hex | F9 | 6A | B1 | 0 | 39 | 1D | 2 | 14A | 5C | 46 |
| Octal | 371 | 152 | 261 | 0 | 71 | 35 | 2 | 512 | 134 | 106 |
| Binary | 11111001 | 1101010 | 10110001 | 0 | 111001 | 11101 | 10 | 101001010 | 1011100 | 1000110 |
Color Harmonies of #F96AB1
Complementary color
Monochromatic Colors of #F96AB1
Black with #F96AB1
Text Example
Text Example
White with #F96AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96AB1; }
p { color: rgb(249,106,177); }
H1.HeaderClassName
{
color: #F96AB1;
}
.AnyTagClassName
{
color: #F96AB1;
}
</style>
background-color css
<style>
a { background-color: #F96AB1; }
a { background-color: rgb(249,106,177); }
div.DivClassName
{
background-color: #F96AB1;
}
.BgClassName
{
background-color: #F96AB1;
}
</style>
border-color css
<style>
span { border-color: #F96AB1; }
span { border-color: rgb(249,106,177); }
td.TdClassName
{
border-color: #F96AB1;
}
.TagClassName
{
border-color: #F96AB1;
}
</style>