Shades of Hot Pink #F95DB5
Tints of Hot Pink #F95DB5
RGB
CMYK
RGB Variations
Color information
#F95DB5 (or 0xF95DB5) is known color: Hot Pink. HEX triplet: F9, 5D and B5. RGB value is (249,93,181). Sum of RGB (Red+Green+Blue) = 249+93+181=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F95DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95DB5 is #06A24A. Grayscale: #959595. Windows color (decimal): -434763 or 11886073. OLE color: 11886073.
HSL color Cylindrical-coordinate representation of color #F95DB5: hue angle of 326.15º 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 #F95DB5 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 93 | 181 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.02 |
| HSL | 326.15º | 0.93% | 0.67% | - |
| HSV(B) | 326.15º | 0.63% | 0.98% | - |
| XYZ | 51.32 | 31.3 | 47.05 | - |
| YUV | 149.68 | 145.68 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 93 | 181 | 0 | 0.63 | 0.27 | 0.02 | 326.15 | 0.93 | 0.67 |
| Hex | F9 | 5D | B5 | 0 | 3F | 1B | 2 | 146 | 5D | 43 |
| Octal | 371 | 135 | 265 | 0 | 77 | 33 | 2 | 506 | 135 | 103 |
| Binary | 11111001 | 1011101 | 10110101 | 0 | 111111 | 11011 | 10 | 101000110 | 1011101 | 1000011 |
Color Harmonies of #F95DB5
Complementary color
Monochromatic Colors of #F95DB5
Black with #F95DB5
Text Example
Text Example
White with #F95DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95DB5; }
p { color: rgb(249,93,181); }
H1.HeaderClassName
{
color: #F95DB5;
}
.AnyTagClassName
{
color: #F95DB5;
}
</style>
background-color css
<style>
a { background-color: #F95DB5; }
a { background-color: rgb(249,93,181); }
div.DivClassName
{
background-color: #F95DB5;
}
.BgClassName
{
background-color: #F95DB5;
}
</style>
border-color css
<style>
span { border-color: #F95DB5; }
span { border-color: rgb(249,93,181); }
td.TdClassName
{
border-color: #F95DB5;
}
.TagClassName
{
border-color: #F95DB5;
}
</style>