Shades of Hot Pink #F96AB8
Tints of Hot Pink #F96AB8
RGB
CMYK
RGB Variations
Color information
#F96AB8 (or 0xF96AB8) is known color: Hot Pink. HEX triplet: F9, 6A and B8. RGB value is (249,106,184). Sum of RGB (Red+Green+Blue) = 249+106+184=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F96AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96AB8 is #069547. Grayscale: #9D9D9D. Windows color (decimal): -431432 or 12086009. OLE color: 12086009.
HSL color Cylindrical-coordinate representation of color #F96AB8: hue angle of 327.27º 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 #F96AB8 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 106 | 184 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.02 |
| HSL | 327.27º | 0.92% | 0.7% | - |
| HSV(B) | 327.27º | 0.57% | 0.98% | - |
| XYZ | 52.87 | 33.91 | 49.11 | - |
| YUV | 157.65 | 142.88 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 106 | 184 | 0 | 0.57 | 0.26 | 0.02 | 327.27 | 0.92 | 0.7 |
| Hex | F9 | 6A | B8 | 0 | 39 | 1A | 2 | 147 | 5C | 46 |
| Octal | 371 | 152 | 270 | 0 | 71 | 32 | 2 | 507 | 134 | 106 |
| Binary | 11111001 | 1101010 | 10111000 | 0 | 111001 | 11010 | 10 | 101000111 | 1011100 | 1000110 |
Color Harmonies of #F96AB8
Complementary color
Monochromatic Colors of #F96AB8
Black with #F96AB8
Text Example
Text Example
White with #F96AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96AB8; }
p { color: rgb(249,106,184); }
H1.HeaderClassName
{
color: #F96AB8;
}
.AnyTagClassName
{
color: #F96AB8;
}
</style>
background-color css
<style>
a { background-color: #F96AB8; }
a { background-color: rgb(249,106,184); }
div.DivClassName
{
background-color: #F96AB8;
}
.BgClassName
{
background-color: #F96AB8;
}
</style>
border-color css
<style>
span { border-color: #F96AB8; }
span { border-color: rgb(249,106,184); }
td.TdClassName
{
border-color: #F96AB8;
}
.TagClassName
{
border-color: #F96AB8;
}
</style>