Shades of Hot Pink #FF5ABA
Tints of Hot Pink #FF5ABA
RGB
CMYK
RGB Variations
Color information
#FF5ABA (or 0xFF5ABA) is known color: Hot Pink. HEX triplet: FF, 5A and BA. RGB value is (255,90,186). Sum of RGB (Red+Green+Blue) = 255+90+186=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5ABA is #00A545. Grayscale: #969696. Windows color (decimal): -42310 or 12212991. OLE color: 12212991.
HSL color Cylindrical-coordinate representation of color #FF5ABA: hue angle of 325.09º 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 #FF5ABA is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 186 | - |
| CMYK | 0 | 0.65 | 0.27 | 0 |
| HSL | 325.09º | 1% | 0.68% | - |
| HSV(B) | 325.09º | 0.65% | 1% | - |
| XYZ | 53.76 | 32.12 | 49.82 | - |
| YUV | 150.28 | 148.16 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 186 | 0 | 0.65 | 0.27 | 0 | 325.09 | 1 | 0.68 |
| Hex | FF | 5A | BA | 0 | 41 | 1B | 0 | 145 | 64 | 44 |
| Octal | 377 | 132 | 272 | 0 | 101 | 33 | 0 | 505 | 144 | 104 |
| Binary | 11111111 | 1011010 | 10111010 | 0 | 1000001 | 11011 | 0 | 101000101 | 1100100 | 1000100 |
Color Harmonies of #FF5ABA
Complementary color
Monochromatic Colors of #FF5ABA
Black with #FF5ABA
Text Example
Text Example
White with #FF5ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5ABA; }
p { color: rgb(255,90,186); }
H1.HeaderClassName
{
color: #FF5ABA;
}
.AnyTagClassName
{
color: #FF5ABA;
}
</style>
background-color css
<style>
a { background-color: #FF5ABA; }
a { background-color: rgb(255,90,186); }
div.DivClassName
{
background-color: #FF5ABA;
}
.BgClassName
{
background-color: #FF5ABA;
}
</style>
border-color css
<style>
span { border-color: #FF5ABA; }
span { border-color: rgb(255,90,186); }
td.TdClassName
{
border-color: #FF5ABA;
}
.TagClassName
{
border-color: #FF5ABA;
}
</style>