Shades of Hot Pink #FF5ABF
Tints of Hot Pink #FF5ABF
RGB
CMYK
RGB Variations
Color information
#FF5ABF (or 0xFF5ABF) is known color: Hot Pink. HEX triplet: FF, 5A and BF. RGB value is (255,90,191). Sum of RGB (Red+Green+Blue) = 255+90+191=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 90 (35.55% from 255 or 16.79% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5ABF is #00A540. Grayscale: #969696. Windows color (decimal): -42305 or 12540671. OLE color: 12540671.
HSL color Cylindrical-coordinate representation of color #FF5ABF: hue angle of 323.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 #FF5ABF is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 191 | - |
| CMYK | 0 | 0.65 | 0.25 | 0 |
| HSL | 323.27º | 1% | 0.68% | - |
| HSV(B) | 323.27º | 0.65% | 1% | - |
| XYZ | 54.3 | 32.33 | 52.67 | - |
| YUV | 150.85 | 150.66 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 191 | 0 | 0.65 | 0.25 | 0 | 323.27 | 1 | 0.68 |
| Hex | FF | 5A | BF | 0 | 41 | 19 | 0 | 143 | 64 | 44 |
| Octal | 377 | 132 | 277 | 0 | 101 | 31 | 0 | 503 | 144 | 104 |
| Binary | 11111111 | 1011010 | 10111111 | 0 | 1000001 | 11001 | 0 | 101000011 | 1100100 | 1000100 |
Color Harmonies of #FF5ABF
Complementary color
Monochromatic Colors of #FF5ABF
Black with #FF5ABF
Text Example
Text Example
White with #FF5ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5ABF; }
p { color: rgb(255,90,191); }
H1.HeaderClassName
{
color: #FF5ABF;
}
.AnyTagClassName
{
color: #FF5ABF;
}
</style>
background-color css
<style>
a { background-color: #FF5ABF; }
a { background-color: rgb(255,90,191); }
div.DivClassName
{
background-color: #FF5ABF;
}
.BgClassName
{
background-color: #FF5ABF;
}
</style>
border-color css
<style>
span { border-color: #FF5ABF; }
span { border-color: rgb(255,90,191); }
td.TdClassName
{
border-color: #FF5ABF;
}
.TagClassName
{
border-color: #FF5ABF;
}
</style>