Shades of Hot Pink #F96DB5
Tints of Hot Pink #F96DB5
RGB
CMYK
RGB Variations
Color information
#F96DB5 (or 0xF96DB5) is known color: Hot Pink. HEX triplet: F9, 6D and B5. RGB value is (249,109,181). Sum of RGB (Red+Green+Blue) = 249+109+181=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96DB5 is #06924A. Grayscale: #9E9E9E. Windows color (decimal): -430667 or 11890169. OLE color: 11890169.
HSL color Cylindrical-coordinate representation of color #F96DB5: hue angle of 329.14º 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 #F96DB5 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 181 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.02 |
| HSL | 329.14º | 0.92% | 0.7% | - |
| HSV(B) | 329.14º | 0.56% | 0.98% | - |
| XYZ | 52.88 | 34.41 | 47.57 | - |
| YUV | 159.07 | 140.38 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 181 | 0 | 0.56 | 0.27 | 0.02 | 329.14 | 0.92 | 0.7 |
| Hex | F9 | 6D | B5 | 0 | 38 | 1B | 2 | 149 | 5C | 46 |
| Octal | 371 | 155 | 265 | 0 | 70 | 33 | 2 | 511 | 134 | 106 |
| Binary | 11111001 | 1101101 | 10110101 | 0 | 111000 | 11011 | 10 | 101001001 | 1011100 | 1000110 |
Color Harmonies of #F96DB5
Complementary color
Monochromatic Colors of #F96DB5
Black with #F96DB5
Text Example
Text Example
White with #F96DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96DB5; }
p { color: rgb(249,109,181); }
H1.HeaderClassName
{
color: #F96DB5;
}
.AnyTagClassName
{
color: #F96DB5;
}
</style>
background-color css
<style>
a { background-color: #F96DB5; }
a { background-color: rgb(249,109,181); }
div.DivClassName
{
background-color: #F96DB5;
}
.BgClassName
{
background-color: #F96DB5;
}
</style>
border-color css
<style>
span { border-color: #F96DB5; }
span { border-color: rgb(249,109,181); }
td.TdClassName
{
border-color: #F96DB5;
}
.TagClassName
{
border-color: #F96DB5;
}
</style>