Shades of Hot Pink #FF5ABD
Tints of Hot Pink #FF5ABD
RGB
CMYK
RGB Variations
Color information
#FF5ABD (or 0xFF5ABD) is known color: Hot Pink. HEX triplet: FF, 5A and BD. RGB value is (255,90,189). Sum of RGB (Red+Green+Blue) = 255+90+189=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 90 (35.55% from 255 or 16.85% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5ABD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5ABD is #00A542. Grayscale: #969696. Windows color (decimal): -42307 or 12409599. OLE color: 12409599.
HSL color Cylindrical-coordinate representation of color #FF5ABD: hue angle of 324º 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 #FF5ABD is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 189 | - |
| CMYK | 0 | 0.65 | 0.26 | 0 |
| HSL | 324º | 1% | 0.68% | - |
| HSV(B) | 324º | 0.65% | 1% | - |
| XYZ | 54.08 | 32.25 | 51.52 | - |
| YUV | 150.62 | 149.66 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 189 | 0 | 0.65 | 0.26 | 0 | 324 | 1 | 0.68 |
| Hex | FF | 5A | BD | 0 | 41 | 1A | 0 | 144 | 64 | 44 |
| Octal | 377 | 132 | 275 | 0 | 101 | 32 | 0 | 504 | 144 | 104 |
| Binary | 11111111 | 1011010 | 10111101 | 0 | 1000001 | 11010 | 0 | 101000100 | 1100100 | 1000100 |
Color Harmonies of #FF5ABD
Complementary color
Monochromatic Colors of #FF5ABD
Black with #FF5ABD
Text Example
Text Example
White with #FF5ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5ABD; }
p { color: rgb(255,90,189); }
H1.HeaderClassName
{
color: #FF5ABD;
}
.AnyTagClassName
{
color: #FF5ABD;
}
</style>
background-color css
<style>
a { background-color: #FF5ABD; }
a { background-color: rgb(255,90,189); }
div.DivClassName
{
background-color: #FF5ABD;
}
.BgClassName
{
background-color: #FF5ABD;
}
</style>
border-color css
<style>
span { border-color: #FF5ABD; }
span { border-color: rgb(255,90,189); }
td.TdClassName
{
border-color: #FF5ABD;
}
.TagClassName
{
border-color: #FF5ABD;
}
</style>