Shades of Hot Pink #FB5AB9
Tints of Hot Pink #FB5AB9
RGB
CMYK
RGB Variations
Color information
#FB5AB9 (or 0xFB5AB9) is known color: Hot Pink. HEX triplet: FB, 5A and B9. RGB value is (251,90,185). Sum of RGB (Red+Green+Blue) = 251+90+185=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5AB9 is #04A546. Grayscale: #949494. Windows color (decimal): -304455 or 12147451. OLE color: 12147451.
HSL color Cylindrical-coordinate representation of color #FB5AB9: hue angle of 324.6º 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 #FB5AB9 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 90 | 185 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.02 |
| HSL | 324.6º | 0.95% | 0.67% | - |
| HSV(B) | 324.6º | 0.64% | 0.98% | - |
| XYZ | 52.2 | 31.32 | 49.19 | - |
| YUV | 148.97 | 148.34 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 90 | 185 | 0 | 0.64 | 0.26 | 0.02 | 324.6 | 0.95 | 0.67 |
| Hex | FB | 5A | B9 | 0 | 40 | 1A | 2 | 145 | 5F | 43 |
| Octal | 373 | 132 | 271 | 0 | 100 | 32 | 2 | 505 | 137 | 103 |
| Binary | 11111011 | 1011010 | 10111001 | 0 | 1000000 | 11010 | 10 | 101000101 | 1011111 | 1000011 |
Color Harmonies of #FB5AB9
Complementary color
Monochromatic Colors of #FB5AB9
Black with #FB5AB9
Text Example
Text Example
White with #FB5AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5AB9; }
p { color: rgb(251,90,185); }
H1.HeaderClassName
{
color: #FB5AB9;
}
.AnyTagClassName
{
color: #FB5AB9;
}
</style>
background-color css
<style>
a { background-color: #FB5AB9; }
a { background-color: rgb(251,90,185); }
div.DivClassName
{
background-color: #FB5AB9;
}
.BgClassName
{
background-color: #FB5AB9;
}
</style>
border-color css
<style>
span { border-color: #FB5AB9; }
span { border-color: rgb(251,90,185); }
td.TdClassName
{
border-color: #FB5AB9;
}
.TagClassName
{
border-color: #FB5AB9;
}
</style>