Shades of Hot Pink #FB5DB9
Tints of Hot Pink #FB5DB9
RGB
CMYK
RGB Variations
Color information
#FB5DB9 (or 0xFB5DB9) is known color: Hot Pink. HEX triplet: FB, 5D and B9. RGB value is (251,93,185). Sum of RGB (Red+Green+Blue) = 251+93+185=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DB9 is #04A246. Grayscale: #969696. Windows color (decimal): -303687 or 12148219. OLE color: 12148219.
HSL color Cylindrical-coordinate representation of color #FB5DB9: hue angle of 325.06º 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 #FB5DB9 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 185 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.02 |
| HSL | 325.06º | 0.95% | 0.67% | - |
| HSV(B) | 325.06º | 0.63% | 0.98% | - |
| XYZ | 52.45 | 31.84 | 49.28 | - |
| YUV | 150.73 | 147.35 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 185 | 0 | 0.63 | 0.26 | 0.02 | 325.06 | 0.95 | 0.67 |
| Hex | FB | 5D | B9 | 0 | 3F | 1A | 2 | 145 | 5F | 43 |
| Octal | 373 | 135 | 271 | 0 | 77 | 32 | 2 | 505 | 137 | 103 |
| Binary | 11111011 | 1011101 | 10111001 | 0 | 111111 | 11010 | 10 | 101000101 | 1011111 | 1000011 |
Color Harmonies of #FB5DB9
Complementary color
Monochromatic Colors of #FB5DB9
Black with #FB5DB9
Text Example
Text Example
White with #FB5DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5DB9; }
p { color: rgb(251,93,185); }
H1.HeaderClassName
{
color: #FB5DB9;
}
.AnyTagClassName
{
color: #FB5DB9;
}
</style>
background-color css
<style>
a { background-color: #FB5DB9; }
a { background-color: rgb(251,93,185); }
div.DivClassName
{
background-color: #FB5DB9;
}
.BgClassName
{
background-color: #FB5DB9;
}
</style>
border-color css
<style>
span { border-color: #FB5DB9; }
span { border-color: rgb(251,93,185); }
td.TdClassName
{
border-color: #FB5DB9;
}
.TagClassName
{
border-color: #FB5DB9;
}
</style>