Shades of Hot Pink #FF5AB4
Tints of Hot Pink #FF5AB4
RGB
CMYK
RGB Variations
Color information
#FF5AB4 (or 0xFF5AB4) is known color: Hot Pink. HEX triplet: FF, 5A and B4. RGB value is (255,90,180). Sum of RGB (Red+Green+Blue) = 255+90+180=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5AB4 is #00A54B. Grayscale: #959595. Windows color (decimal): -42316 or 11819775. OLE color: 11819775.
HSL color Cylindrical-coordinate representation of color #FF5AB4: hue angle of 327.27º 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 #FF5AB4 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 180 | - |
| CMYK | 0 | 0.65 | 0.29 | 0 |
| HSL | 327.27º | 1% | 0.68% | - |
| HSV(B) | 327.27º | 0.65% | 1% | - |
| XYZ | 53.13 | 31.87 | 46.53 | - |
| YUV | 149.6 | 145.16 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 180 | 0 | 0.65 | 0.29 | 0 | 327.27 | 1 | 0.68 |
| Hex | FF | 5A | B4 | 0 | 41 | 1D | 0 | 147 | 64 | 44 |
| Octal | 377 | 132 | 264 | 0 | 101 | 35 | 0 | 507 | 144 | 104 |
| Binary | 11111111 | 1011010 | 10110100 | 0 | 1000001 | 11101 | 0 | 101000111 | 1100100 | 1000100 |
Color Harmonies of #FF5AB4
Complementary color
Monochromatic Colors of #FF5AB4
Black with #FF5AB4
Text Example
Text Example
White with #FF5AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5AB4; }
p { color: rgb(255,90,180); }
H1.HeaderClassName
{
color: #FF5AB4;
}
.AnyTagClassName
{
color: #FF5AB4;
}
</style>
background-color css
<style>
a { background-color: #FF5AB4; }
a { background-color: rgb(255,90,180); }
div.DivClassName
{
background-color: #FF5AB4;
}
.BgClassName
{
background-color: #FF5AB4;
}
</style>
border-color css
<style>
span { border-color: #FF5AB4; }
span { border-color: rgb(255,90,180); }
td.TdClassName
{
border-color: #FF5AB4;
}
.TagClassName
{
border-color: #FF5AB4;
}
</style>