Shades of Hot Pink #FB5AB5
Tints of Hot Pink #FB5AB5
RGB
CMYK
RGB Variations
Color information
#FB5AB5 (or 0xFB5AB5) is known color: Hot Pink. HEX triplet: FB, 5A and B5. RGB value is (251,90,181). Sum of RGB (Red+Green+Blue) = 251+90+181=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5AB5 is #04A54A. Grayscale: #949494. Windows color (decimal): -304459 or 11885307. OLE color: 11885307.
HSL color Cylindrical-coordinate representation of color #FB5AB5: hue angle of 326.09º 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 #FB5AB5 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 181 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.02 |
| HSL | 326.09º | 0.95% | 0.67% | - |
| HSV(B) | 326.09º | 0.64% | 0.98% | - |
| XYZ | 51.78 | 31.16 | 47 | - |
| YUV | 148.51 | 146.34 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 181 | 0 | 0.64 | 0.28 | 0.02 | 326.09 | 0.95 | 0.67 |
| Hex | FB | 5A | B5 | 0 | 40 | 1C | 2 | 146 | 5F | 43 |
| Octal | 373 | 132 | 265 | 0 | 100 | 34 | 2 | 506 | 137 | 103 |
| Binary | 11111011 | 1011010 | 10110101 | 0 | 1000000 | 11100 | 10 | 101000110 | 1011111 | 1000011 |
Color Harmonies of #FB5AB5
Complementary color
Monochromatic Colors of #FB5AB5
Black with #FB5AB5
Text Example
Text Example
White with #FB5AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5AB5; }
p { color: rgb(251,90,181); }
H1.HeaderClassName
{
color: #FB5AB5;
}
.AnyTagClassName
{
color: #FB5AB5;
}
</style>
background-color css
<style>
a { background-color: #FB5AB5; }
a { background-color: rgb(251,90,181); }
div.DivClassName
{
background-color: #FB5AB5;
}
.BgClassName
{
background-color: #FB5AB5;
}
</style>
border-color css
<style>
span { border-color: #FB5AB5; }
span { border-color: rgb(251,90,181); }
td.TdClassName
{
border-color: #FB5AB5;
}
.TagClassName
{
border-color: #FB5AB5;
}
</style>