Shades of Hot Pink #FF5AB2
Tints of Hot Pink #FF5AB2
RGB
CMYK
RGB Variations
Color information
#FF5AB2 (or 0xFF5AB2) is known color: Hot Pink. HEX triplet: FF, 5A and B2. RGB value is (255,90,178). Sum of RGB (Red+Green+Blue) = 255+90+178=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5AB2 is #00A54D. Grayscale: #959595. Windows color (decimal): -42318 or 11688703. OLE color: 11688703.
HSL color Cylindrical-coordinate representation of color #FF5AB2: hue angle of 328º 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 #FF5AB2 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 178 | - |
| CMYK | 0 | 0.65 | 0.30 | 0 |
| HSL | 328º | 1% | 0.68% | - |
| HSV(B) | 328º | 0.65% | 1% | - |
| XYZ | 52.93 | 31.79 | 45.47 | - |
| YUV | 149.37 | 144.16 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 178 | 0 | 0.65 | 0.30 | 0 | 328 | 1 | 0.68 |
| Hex | FF | 5A | B2 | 0 | 41 | 1E | 0 | 148 | 64 | 44 |
| Octal | 377 | 132 | 262 | 0 | 101 | 36 | 0 | 510 | 144 | 104 |
| Binary | 11111111 | 1011010 | 10110010 | 0 | 1000001 | 11110 | 0 | 101001000 | 1100100 | 1000100 |
Color Harmonies of #FF5AB2
Complementary color
Monochromatic Colors of #FF5AB2
Black with #FF5AB2
Text Example
Text Example
White with #FF5AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5AB2; }
p { color: rgb(255,90,178); }
H1.HeaderClassName
{
color: #FF5AB2;
}
.AnyTagClassName
{
color: #FF5AB2;
}
</style>
background-color css
<style>
a { background-color: #FF5AB2; }
a { background-color: rgb(255,90,178); }
div.DivClassName
{
background-color: #FF5AB2;
}
.BgClassName
{
background-color: #FF5AB2;
}
</style>
border-color css
<style>
span { border-color: #FF5AB2; }
span { border-color: rgb(255,90,178); }
td.TdClassName
{
border-color: #FF5AB2;
}
.TagClassName
{
border-color: #FF5AB2;
}
</style>