Shades of Hot Pink #FB5DB1
Tints of Hot Pink #FB5DB1
RGB
CMYK
RGB Variations
Color information
#FB5DB1 (or 0xFB5DB1) is known color: Hot Pink. HEX triplet: FB, 5D and B1. RGB value is (251,93,177). Sum of RGB (Red+Green+Blue) = 251+93+177=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5DB1 is #04A24E. Grayscale: #959595. Windows color (decimal): -303695 or 11623931. OLE color: 11623931.
HSL color Cylindrical-coordinate representation of color #FB5DB1: hue angle of 328.1º degrees, saturation: 0.95, 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 #FB5DB1 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 177 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.02 |
| HSL | 328.1º | 0.95% | 0.67% | - |
| HSV(B) | 328.1º | 0.63% | 0.98% | - |
| XYZ | 51.63 | 31.51 | 44.96 | - |
| YUV | 149.82 | 143.35 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 177 | 0 | 0.63 | 0.29 | 0.02 | 328.1 | 0.95 | 0.67 |
| Hex | FB | 5D | B1 | 0 | 3F | 1D | 2 | 148 | 5F | 43 |
| Octal | 373 | 135 | 261 | 0 | 77 | 35 | 2 | 510 | 137 | 103 |
| Binary | 11111011 | 1011101 | 10110001 | 0 | 111111 | 11101 | 10 | 101001000 | 1011111 | 1000011 |
Color Harmonies of #FB5DB1
Complementary color
Monochromatic Colors of #FB5DB1
Black with #FB5DB1
Text Example
Text Example
White with #FB5DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5DB1; }
p { color: rgb(251,93,177); }
H1.HeaderClassName
{
color: #FB5DB1;
}
.AnyTagClassName
{
color: #FB5DB1;
}
</style>
background-color css
<style>
a { background-color: #FB5DB1; }
a { background-color: rgb(251,93,177); }
div.DivClassName
{
background-color: #FB5DB1;
}
.BgClassName
{
background-color: #FB5DB1;
}
</style>
border-color css
<style>
span { border-color: #FB5DB1; }
span { border-color: rgb(251,93,177); }
td.TdClassName
{
border-color: #FB5DB1;
}
.TagClassName
{
border-color: #FB5DB1;
}
</style>