Shades of Hot Pink #F95DB9
Tints of Hot Pink #F95DB9
RGB
CMYK
RGB Variations
Color information
#F95DB9 (or 0xF95DB9) is known color: Hot Pink. HEX triplet: F9, 5D and B9. RGB value is (249,93,185). Sum of RGB (Red+Green+Blue) = 249+93+185=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F95DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95DB9 is #06A246. Grayscale: #959595. Windows color (decimal): -434759 or 12148217. OLE color: 12148217.
HSL color Cylindrical-coordinate representation of color #F95DB9: hue angle of 324.62º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95DB9 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 93 | 185 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.02 |
| HSL | 324.62º | 0.93% | 0.67% | - |
| HSV(B) | 324.62º | 0.63% | 0.98% | - |
| XYZ | 51.74 | 31.47 | 49.25 | - |
| YUV | 150.13 | 147.68 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 93 | 185 | 0 | 0.63 | 0.26 | 0.02 | 324.62 | 0.93 | 0.67 |
| Hex | F9 | 5D | B9 | 0 | 3F | 1A | 2 | 145 | 5D | 43 |
| Octal | 371 | 135 | 271 | 0 | 77 | 32 | 2 | 505 | 135 | 103 |
| Binary | 11111001 | 1011101 | 10111001 | 0 | 111111 | 11010 | 10 | 101000101 | 1011101 | 1000011 |
Color Harmonies of #F95DB9
Complementary color
Monochromatic Colors of #F95DB9
Black with #F95DB9
Text Example
Text Example
White with #F95DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95DB9; }
p { color: rgb(249,93,185); }
H1.HeaderClassName
{
color: #F95DB9;
}
.AnyTagClassName
{
color: #F95DB9;
}
</style>
background-color css
<style>
a { background-color: #F95DB9; }
a { background-color: rgb(249,93,185); }
div.DivClassName
{
background-color: #F95DB9;
}
.BgClassName
{
background-color: #F95DB9;
}
</style>
border-color css
<style>
span { border-color: #F95DB9; }
span { border-color: rgb(249,93,185); }
td.TdClassName
{
border-color: #F95DB9;
}
.TagClassName
{
border-color: #F95DB9;
}
</style>