Shades of Hot Pink #F96DB8
Tints of Hot Pink #F96DB8
RGB
CMYK
RGB Variations
Color information
#F96DB8 (or 0xF96DB8) is known color: Hot Pink. HEX triplet: F9, 6D and B8. RGB value is (249,109,184). Sum of RGB (Red+Green+Blue) = 249+109+184=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 184 (72.27% from 255 or 33.95% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96DB8 is #069247. Grayscale: #9F9F9F. Windows color (decimal): -430664 or 12086777. OLE color: 12086777.
HSL color Cylindrical-coordinate representation of color #F96DB8: hue angle of 327.86º 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 #F96DB8 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 184 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.02 |
| HSL | 327.86º | 0.92% | 0.7% | - |
| HSV(B) | 327.86º | 0.56% | 0.98% | - |
| XYZ | 53.19 | 34.54 | 49.21 | - |
| YUV | 159.41 | 141.88 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 184 | 0 | 0.56 | 0.26 | 0.02 | 327.86 | 0.92 | 0.7 |
| Hex | F9 | 6D | B8 | 0 | 38 | 1A | 2 | 148 | 5C | 46 |
| Octal | 371 | 155 | 270 | 0 | 70 | 32 | 2 | 510 | 134 | 106 |
| Binary | 11111001 | 1101101 | 10111000 | 0 | 111000 | 11010 | 10 | 101001000 | 1011100 | 1000110 |
Color Harmonies of #F96DB8
Complementary color
Monochromatic Colors of #F96DB8
Black with #F96DB8
Text Example
Text Example
White with #F96DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96DB8; }
p { color: rgb(249,109,184); }
H1.HeaderClassName
{
color: #F96DB8;
}
.AnyTagClassName
{
color: #F96DB8;
}
</style>
background-color css
<style>
a { background-color: #F96DB8; }
a { background-color: rgb(249,109,184); }
div.DivClassName
{
background-color: #F96DB8;
}
.BgClassName
{
background-color: #F96DB8;
}
</style>
border-color css
<style>
span { border-color: #F96DB8; }
span { border-color: rgb(249,109,184); }
td.TdClassName
{
border-color: #F96DB8;
}
.TagClassName
{
border-color: #F96DB8;
}
</style>