Shades of Hot Pink #FF5ABC
Tints of Hot Pink #FF5ABC
RGB
CMYK
RGB Variations
Color information
#FF5ABC (or 0xFF5ABC) is known color: Hot Pink. HEX triplet: FF, 5A and BC. RGB value is (255,90,188). Sum of RGB (Red+Green+Blue) = 255+90+188=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5ABC is #00A543. Grayscale: #969696. Windows color (decimal): -42308 or 12344063. OLE color: 12344063.
HSL color Cylindrical-coordinate representation of color #FF5ABC: hue angle of 324.36º 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 #FF5ABC is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 188 | - |
| CMYK | 0 | 0.65 | 0.26 | 0 |
| HSL | 324.36º | 1% | 0.68% | - |
| HSV(B) | 324.36º | 0.65% | 1% | - |
| XYZ | 53.97 | 32.2 | 50.95 | - |
| YUV | 150.51 | 149.16 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 188 | 0 | 0.65 | 0.26 | 0 | 324.36 | 1 | 0.68 |
| Hex | FF | 5A | BC | 0 | 41 | 1A | 0 | 144 | 64 | 44 |
| Octal | 377 | 132 | 274 | 0 | 101 | 32 | 0 | 504 | 144 | 104 |
| Binary | 11111111 | 1011010 | 10111100 | 0 | 1000001 | 11010 | 0 | 101000100 | 1100100 | 1000100 |
Color Harmonies of #FF5ABC
Complementary color
Monochromatic Colors of #FF5ABC
Black with #FF5ABC
Text Example
Text Example
White with #FF5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5ABC; }
p { color: rgb(255,90,188); }
H1.HeaderClassName
{
color: #FF5ABC;
}
.AnyTagClassName
{
color: #FF5ABC;
}
</style>
background-color css
<style>
a { background-color: #FF5ABC; }
a { background-color: rgb(255,90,188); }
div.DivClassName
{
background-color: #FF5ABC;
}
.BgClassName
{
background-color: #FF5ABC;
}
</style>
border-color css
<style>
span { border-color: #FF5ABC; }
span { border-color: rgb(255,90,188); }
td.TdClassName
{
border-color: #FF5ABC;
}
.TagClassName
{
border-color: #FF5ABC;
}
</style>