Shades of Hot Pink #FD5AB1
Tints of Hot Pink #FD5AB1
RGB
CMYK
RGB Variations
Color information
#FD5AB1 (or 0xFD5AB1) is known color: Hot Pink. HEX triplet: FD, 5A and B1. RGB value is (253,90,177). Sum of RGB (Red+Green+Blue) = 253+90+177=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5AB1 is #02A54E. Grayscale: #949494. Windows color (decimal): -173391 or 11623165. OLE color: 11623165.
HSL color Cylindrical-coordinate representation of color #FD5AB1: hue angle of 327.98º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5AB1 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 90 | 177 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.01 |
| HSL | 327.98º | 0.98% | 0.67% | - |
| HSV(B) | 327.98º | 0.64% | 0.99% | - |
| XYZ | 52.1 | 31.37 | 44.9 | - |
| YUV | 148.66 | 144 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 90 | 177 | 0 | 0.64 | 0.30 | 0.01 | 327.98 | 0.98 | 0.67 |
| Hex | FD | 5A | B1 | 0 | 40 | 1E | 1 | 148 | 62 | 43 |
| Octal | 375 | 132 | 261 | 0 | 100 | 36 | 1 | 510 | 142 | 103 |
| Binary | 11111101 | 1011010 | 10110001 | 0 | 1000000 | 11110 | 1 | 101001000 | 1100010 | 1000011 |
Color Harmonies of #FD5AB1
Complementary color
Monochromatic Colors of #FD5AB1
Black with #FD5AB1
Text Example
Text Example
White with #FD5AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5AB1; }
p { color: rgb(253,90,177); }
H1.HeaderClassName
{
color: #FD5AB1;
}
.AnyTagClassName
{
color: #FD5AB1;
}
</style>
background-color css
<style>
a { background-color: #FD5AB1; }
a { background-color: rgb(253,90,177); }
div.DivClassName
{
background-color: #FD5AB1;
}
.BgClassName
{
background-color: #FD5AB1;
}
</style>
border-color css
<style>
span { border-color: #FD5AB1; }
span { border-color: rgb(253,90,177); }
td.TdClassName
{
border-color: #FD5AB1;
}
.TagClassName
{
border-color: #FD5AB1;
}
</style>