Shades of Hot Pink #FF5AB5
Tints of Hot Pink #FF5AB5
RGB
CMYK
RGB Variations
Color information
#FF5AB5 (or 0xFF5AB5) is known color: Hot Pink. HEX triplet: FF, 5A and B5. RGB value is (255,90,181). Sum of RGB (Red+Green+Blue) = 255+90+181=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5AB5 is #00A54A. Grayscale: #959595. Windows color (decimal): -42315 or 11885311. OLE color: 11885311.
HSL color Cylindrical-coordinate representation of color #FF5AB5: hue angle of 326.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5AB5 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 181 | - |
| CMYK | 0 | 0.65 | 0.29 | 0 |
| HSL | 326.91º | 1% | 0.68% | - |
| HSV(B) | 326.91º | 0.65% | 1% | - |
| XYZ | 53.24 | 31.91 | 47.07 | - |
| YUV | 149.71 | 145.66 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 181 | 0 | 0.65 | 0.29 | 0 | 326.91 | 1 | 0.68 |
| Hex | FF | 5A | B5 | 0 | 41 | 1D | 0 | 147 | 64 | 44 |
| Octal | 377 | 132 | 265 | 0 | 101 | 35 | 0 | 507 | 144 | 104 |
| Binary | 11111111 | 1011010 | 10110101 | 0 | 1000001 | 11101 | 0 | 101000111 | 1100100 | 1000100 |
Color Harmonies of #FF5AB5
Complementary color
Monochromatic Colors of #FF5AB5
Black with #FF5AB5
Text Example
Text Example
White with #FF5AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5AB5; }
p { color: rgb(255,90,181); }
H1.HeaderClassName
{
color: #FF5AB5;
}
.AnyTagClassName
{
color: #FF5AB5;
}
</style>
background-color css
<style>
a { background-color: #FF5AB5; }
a { background-color: rgb(255,90,181); }
div.DivClassName
{
background-color: #FF5AB5;
}
.BgClassName
{
background-color: #FF5AB5;
}
</style>
border-color css
<style>
span { border-color: #FF5AB5; }
span { border-color: rgb(255,90,181); }
td.TdClassName
{
border-color: #FF5AB5;
}
.TagClassName
{
border-color: #FF5AB5;
}
</style>