Shades of Hot Pink #F96DB7
Tints of Hot Pink #F96DB7
RGB
CMYK
RGB Variations
Color information
#F96DB7 (or 0xF96DB7) is known color: Hot Pink. HEX triplet: F9, 6D and B7. RGB value is (249,109,183). Sum of RGB (Red+Green+Blue) = 249+109+183=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 183 (71.88% from 255 or 33.83% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96DB7 is #069248. Grayscale: #9F9F9F. Windows color (decimal): -430665 or 12021241. OLE color: 12021241.
HSL color Cylindrical-coordinate representation of color #F96DB7: hue angle of 328.29º 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 #F96DB7 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 183 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.02 |
| HSL | 328.29º | 0.92% | 0.7% | - |
| HSV(B) | 328.29º | 0.56% | 0.98% | - |
| XYZ | 53.08 | 34.5 | 48.66 | - |
| YUV | 159.3 | 141.38 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 183 | 0 | 0.56 | 0.27 | 0.02 | 328.29 | 0.92 | 0.7 |
| Hex | F9 | 6D | B7 | 0 | 38 | 1B | 2 | 148 | 5C | 46 |
| Octal | 371 | 155 | 267 | 0 | 70 | 33 | 2 | 510 | 134 | 106 |
| Binary | 11111001 | 1101101 | 10110111 | 0 | 111000 | 11011 | 10 | 101001000 | 1011100 | 1000110 |
Color Harmonies of #F96DB7
Complementary color
Monochromatic Colors of #F96DB7
Black with #F96DB7
Text Example
Text Example
White with #F96DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96DB7; }
p { color: rgb(249,109,183); }
H1.HeaderClassName
{
color: #F96DB7;
}
.AnyTagClassName
{
color: #F96DB7;
}
</style>
background-color css
<style>
a { background-color: #F96DB7; }
a { background-color: rgb(249,109,183); }
div.DivClassName
{
background-color: #F96DB7;
}
.BgClassName
{
background-color: #F96DB7;
}
</style>
border-color css
<style>
span { border-color: #F96DB7; }
span { border-color: rgb(249,109,183); }
td.TdClassName
{
border-color: #F96DB7;
}
.TagClassName
{
border-color: #F96DB7;
}
</style>