Shades of Hot Pink #FF5AB3
Tints of Hot Pink #FF5AB3
RGB
CMYK
RGB Variations
Color information
#FF5AB3 (or 0xFF5AB3) is known color: Hot Pink. HEX triplet: FF, 5A and B3. RGB value is (255,90,179). Sum of RGB (Red+Green+Blue) = 255+90+179=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5AB3 is #00A54C. Grayscale: #959595. Windows color (decimal): -42317 or 11754239. OLE color: 11754239.
HSL color Cylindrical-coordinate representation of color #FF5AB3: hue angle of 327.64º 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 #FF5AB3 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 179 | - |
| CMYK | 0 | 0.65 | 0.30 | 0 |
| HSL | 327.64º | 1% | 0.68% | - |
| HSV(B) | 327.64º | 0.65% | 1% | - |
| XYZ | 53.03 | 31.83 | 46 | - |
| YUV | 149.48 | 144.66 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 179 | 0 | 0.65 | 0.30 | 0 | 327.64 | 1 | 0.68 |
| Hex | FF | 5A | B3 | 0 | 41 | 1E | 0 | 148 | 64 | 44 |
| Octal | 377 | 132 | 263 | 0 | 101 | 36 | 0 | 510 | 144 | 104 |
| Binary | 11111111 | 1011010 | 10110011 | 0 | 1000001 | 11110 | 0 | 101001000 | 1100100 | 1000100 |
Color Harmonies of #FF5AB3
Complementary color
Monochromatic Colors of #FF5AB3
Black with #FF5AB3
Text Example
Text Example
White with #FF5AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5AB3; }
p { color: rgb(255,90,179); }
H1.HeaderClassName
{
color: #FF5AB3;
}
.AnyTagClassName
{
color: #FF5AB3;
}
</style>
background-color css
<style>
a { background-color: #FF5AB3; }
a { background-color: rgb(255,90,179); }
div.DivClassName
{
background-color: #FF5AB3;
}
.BgClassName
{
background-color: #FF5AB3;
}
</style>
border-color css
<style>
span { border-color: #FF5AB3; }
span { border-color: rgb(255,90,179); }
td.TdClassName
{
border-color: #FF5AB3;
}
.TagClassName
{
border-color: #FF5AB3;
}
</style>