Shades of Hot Pink #FB5AB1
Tints of Hot Pink #FB5AB1
RGB
CMYK
RGB Variations
Color information
#FB5AB1 (or 0xFB5AB1) is known color: Hot Pink. HEX triplet: FB, 5A and B1. RGB value is (251,90,177). Sum of RGB (Red+Green+Blue) = 251+90+177=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5AB1 is #04A54E. Grayscale: #939393. Windows color (decimal): -304463 or 11623163. OLE color: 11623163.
HSL color Cylindrical-coordinate representation of color #FB5AB1: hue angle of 327.58º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5AB1 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 177 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.02 |
| HSL | 327.58º | 0.95% | 0.67% | - |
| HSV(B) | 327.58º | 0.64% | 0.98% | - |
| XYZ | 51.38 | 31 | 44.87 | - |
| YUV | 148.06 | 144.34 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 177 | 0 | 0.64 | 0.29 | 0.02 | 327.58 | 0.95 | 0.67 |
| Hex | FB | 5A | B1 | 0 | 40 | 1D | 2 | 148 | 5F | 43 |
| Octal | 373 | 132 | 261 | 0 | 100 | 35 | 2 | 510 | 137 | 103 |
| Binary | 11111011 | 1011010 | 10110001 | 0 | 1000000 | 11101 | 10 | 101001000 | 1011111 | 1000011 |
Color Harmonies of #FB5AB1
Complementary color
Monochromatic Colors of #FB5AB1
Black with #FB5AB1
Text Example
Text Example
White with #FB5AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5AB1; }
p { color: rgb(251,90,177); }
H1.HeaderClassName
{
color: #FB5AB1;
}
.AnyTagClassName
{
color: #FB5AB1;
}
</style>
background-color css
<style>
a { background-color: #FB5AB1; }
a { background-color: rgb(251,90,177); }
div.DivClassName
{
background-color: #FB5AB1;
}
.BgClassName
{
background-color: #FB5AB1;
}
</style>
border-color css
<style>
span { border-color: #FB5AB1; }
span { border-color: rgb(251,90,177); }
td.TdClassName
{
border-color: #FB5AB1;
}
.TagClassName
{
border-color: #FB5AB1;
}
</style>