Shades of Hot Pink #FF5AB8
Tints of Hot Pink #FF5AB8
RGB
CMYK
RGB Variations
Color information
#FF5AB8 (or 0xFF5AB8) is known color: Hot Pink. HEX triplet: FF, 5A and B8. RGB value is (255,90,184). Sum of RGB (Red+Green+Blue) = 255+90+184=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5AB8 is #00A547. Grayscale: #959595. Windows color (decimal): -42312 or 12081919. OLE color: 12081919.
HSL color Cylindrical-coordinate representation of color #FF5AB8: hue angle of 325.82º 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 #FF5AB8 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 184 | - |
| CMYK | 0 | 0.65 | 0.28 | 0 |
| HSL | 325.82º | 1% | 0.68% | - |
| HSV(B) | 325.82º | 0.65% | 1% | - |
| XYZ | 53.55 | 32.03 | 48.71 | - |
| YUV | 150.05 | 147.16 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 184 | 0 | 0.65 | 0.28 | 0 | 325.82 | 1 | 0.68 |
| Hex | FF | 5A | B8 | 0 | 41 | 1C | 0 | 146 | 64 | 44 |
| Octal | 377 | 132 | 270 | 0 | 101 | 34 | 0 | 506 | 144 | 104 |
| Binary | 11111111 | 1011010 | 10111000 | 0 | 1000001 | 11100 | 0 | 101000110 | 1100100 | 1000100 |
Color Harmonies of #FF5AB8
Complementary color
Monochromatic Colors of #FF5AB8
Black with #FF5AB8
Text Example
Text Example
White with #FF5AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5AB8; }
p { color: rgb(255,90,184); }
H1.HeaderClassName
{
color: #FF5AB8;
}
.AnyTagClassName
{
color: #FF5AB8;
}
</style>
background-color css
<style>
a { background-color: #FF5AB8; }
a { background-color: rgb(255,90,184); }
div.DivClassName
{
background-color: #FF5AB8;
}
.BgClassName
{
background-color: #FF5AB8;
}
</style>
border-color css
<style>
span { border-color: #FF5AB8; }
span { border-color: rgb(255,90,184); }
td.TdClassName
{
border-color: #FF5AB8;
}
.TagClassName
{
border-color: #FF5AB8;
}
</style>