Shades of Hot Pink #F95DB3
Tints of Hot Pink #F95DB3
RGB
CMYK
RGB Variations
Color information
#F95DB3 (or 0xF95DB3) is known color: Hot Pink. HEX triplet: F9, 5D and B3. RGB value is (249,93,179). Sum of RGB (Red+Green+Blue) = 249+93+179=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F95DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95DB3 is #06A24C. Grayscale: #959595. Windows color (decimal): -434765 or 11755001. OLE color: 11755001.
HSL color Cylindrical-coordinate representation of color #F95DB3: hue angle of 326.92º 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 #F95DB3 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 93 | 179 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.02 |
| HSL | 326.92º | 0.93% | 0.67% | - |
| HSV(B) | 326.92º | 0.63% | 0.98% | - |
| XYZ | 51.12 | 31.22 | 45.98 | - |
| YUV | 149.45 | 144.68 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 93 | 179 | 0 | 0.63 | 0.28 | 0.02 | 326.92 | 0.93 | 0.67 |
| Hex | F9 | 5D | B3 | 0 | 3F | 1C | 2 | 147 | 5D | 43 |
| Octal | 371 | 135 | 263 | 0 | 77 | 34 | 2 | 507 | 135 | 103 |
| Binary | 11111001 | 1011101 | 10110011 | 0 | 111111 | 11100 | 10 | 101000111 | 1011101 | 1000011 |
Color Harmonies of #F95DB3
Complementary color
Monochromatic Colors of #F95DB3
Black with #F95DB3
Text Example
Text Example
White with #F95DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95DB3; }
p { color: rgb(249,93,179); }
H1.HeaderClassName
{
color: #F95DB3;
}
.AnyTagClassName
{
color: #F95DB3;
}
</style>
background-color css
<style>
a { background-color: #F95DB3; }
a { background-color: rgb(249,93,179); }
div.DivClassName
{
background-color: #F95DB3;
}
.BgClassName
{
background-color: #F95DB3;
}
</style>
border-color css
<style>
span { border-color: #F95DB3; }
span { border-color: rgb(249,93,179); }
td.TdClassName
{
border-color: #F95DB3;
}
.TagClassName
{
border-color: #F95DB3;
}
</style>