Shades of Hot Pink #FB5DB5
Tints of Hot Pink #FB5DB5
RGB
CMYK
RGB Variations
Color information
#FB5DB5 (or 0xFB5DB5) is known color: Hot Pink. HEX triplet: FB, 5D and B5. RGB value is (251,93,181). Sum of RGB (Red+Green+Blue) = 251+93+181=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5DB5 is #04A24A. Grayscale: #969696. Windows color (decimal): -303691 or 11886075. OLE color: 11886075.
HSL color Cylindrical-coordinate representation of color #FB5DB5: hue angle of 326.58º 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 #FB5DB5 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 181 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.02 |
| HSL | 326.58º | 0.95% | 0.67% | - |
| HSV(B) | 326.58º | 0.63% | 0.98% | - |
| XYZ | 52.04 | 31.67 | 47.09 | - |
| YUV | 150.27 | 145.35 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 181 | 0 | 0.63 | 0.28 | 0.02 | 326.58 | 0.95 | 0.67 |
| Hex | FB | 5D | B5 | 0 | 3F | 1C | 2 | 147 | 5F | 43 |
| Octal | 373 | 135 | 265 | 0 | 77 | 34 | 2 | 507 | 137 | 103 |
| Binary | 11111011 | 1011101 | 10110101 | 0 | 111111 | 11100 | 10 | 101000111 | 1011111 | 1000011 |
Color Harmonies of #FB5DB5
Complementary color
Monochromatic Colors of #FB5DB5
Black with #FB5DB5
Text Example
Text Example
White with #FB5DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5DB5; }
p { color: rgb(251,93,181); }
H1.HeaderClassName
{
color: #FB5DB5;
}
.AnyTagClassName
{
color: #FB5DB5;
}
</style>
background-color css
<style>
a { background-color: #FB5DB5; }
a { background-color: rgb(251,93,181); }
div.DivClassName
{
background-color: #FB5DB5;
}
.BgClassName
{
background-color: #FB5DB5;
}
</style>
border-color css
<style>
span { border-color: #FB5DB5; }
span { border-color: rgb(251,93,181); }
td.TdClassName
{
border-color: #FB5DB5;
}
.TagClassName
{
border-color: #FB5DB5;
}
</style>