Shades of Hot Pink #F95DB1
Tints of Hot Pink #F95DB1
RGB
CMYK
RGB Variations
Color information
#F95DB1 (or 0xF95DB1) is known color: Hot Pink. HEX triplet: F9, 5D and B1. RGB value is (249,93,177). Sum of RGB (Red+Green+Blue) = 249+93+177=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F95DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95DB1 is #06A24E. Grayscale: #959595. Windows color (decimal): -434767 or 11623929. OLE color: 11623929.
HSL color Cylindrical-coordinate representation of color #F95DB1: hue angle of 327.69º 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 #F95DB1 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 93 | 177 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.02 |
| HSL | 327.69º | 0.93% | 0.67% | - |
| HSV(B) | 327.69º | 0.63% | 0.98% | - |
| XYZ | 50.92 | 31.14 | 44.92 | - |
| YUV | 149.22 | 143.68 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 93 | 177 | 0 | 0.63 | 0.29 | 0.02 | 327.69 | 0.93 | 0.67 |
| Hex | F9 | 5D | B1 | 0 | 3F | 1D | 2 | 148 | 5D | 43 |
| Octal | 371 | 135 | 261 | 0 | 77 | 35 | 2 | 510 | 135 | 103 |
| Binary | 11111001 | 1011101 | 10110001 | 0 | 111111 | 11101 | 10 | 101001000 | 1011101 | 1000011 |
Color Harmonies of #F95DB1
Complementary color
Monochromatic Colors of #F95DB1
Black with #F95DB1
Text Example
Text Example
White with #F95DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95DB1; }
p { color: rgb(249,93,177); }
H1.HeaderClassName
{
color: #F95DB1;
}
.AnyTagClassName
{
color: #F95DB1;
}
</style>
background-color css
<style>
a { background-color: #F95DB1; }
a { background-color: rgb(249,93,177); }
div.DivClassName
{
background-color: #F95DB1;
}
.BgClassName
{
background-color: #F95DB1;
}
</style>
border-color css
<style>
span { border-color: #F95DB1; }
span { border-color: rgb(249,93,177); }
td.TdClassName
{
border-color: #F95DB1;
}
.TagClassName
{
border-color: #F95DB1;
}
</style>