Shades of Hot Pink #F96DB9
Tints of Hot Pink #F96DB9
RGB
CMYK
RGB Variations
Color information
#F96DB9 (or 0xF96DB9) is known color: Hot Pink. HEX triplet: F9, 6D and B9. RGB value is (249,109,185). Sum of RGB (Red+Green+Blue) = 249+109+185=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96DB9 is #069246. Grayscale: #9F9F9F. Windows color (decimal): -430663 or 12152313. OLE color: 12152313.
HSL color Cylindrical-coordinate representation of color #F96DB9: hue angle of 327.43º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96DB9 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 185 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.02 |
| HSL | 327.43º | 0.92% | 0.7% | - |
| HSV(B) | 327.43º | 0.56% | 0.98% | - |
| XYZ | 53.29 | 34.58 | 49.76 | - |
| YUV | 159.52 | 142.38 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 185 | 0 | 0.56 | 0.26 | 0.02 | 327.43 | 0.92 | 0.7 |
| Hex | F9 | 6D | B9 | 0 | 38 | 1A | 2 | 147 | 5C | 46 |
| Octal | 371 | 155 | 271 | 0 | 70 | 32 | 2 | 507 | 134 | 106 |
| Binary | 11111001 | 1101101 | 10111001 | 0 | 111000 | 11010 | 10 | 101000111 | 1011100 | 1000110 |
Color Harmonies of #F96DB9
Complementary color
Monochromatic Colors of #F96DB9
Black with #F96DB9
Text Example
Text Example
White with #F96DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96DB9; }
p { color: rgb(249,109,185); }
H1.HeaderClassName
{
color: #F96DB9;
}
.AnyTagClassName
{
color: #F96DB9;
}
</style>
background-color css
<style>
a { background-color: #F96DB9; }
a { background-color: rgb(249,109,185); }
div.DivClassName
{
background-color: #F96DB9;
}
.BgClassName
{
background-color: #F96DB9;
}
</style>
border-color css
<style>
span { border-color: #F96DB9; }
span { border-color: rgb(249,109,185); }
td.TdClassName
{
border-color: #F96DB9;
}
.TagClassName
{
border-color: #F96DB9;
}
</style>