Shades of Hot Pink #FC5AB5
Tints of Hot Pink #FC5AB5
RGB
CMYK
RGB Variations
Color information
#FC5AB5 (or 0xFC5AB5) is known color: Hot Pink. HEX triplet: FC, 5A and B5. RGB value is (252,90,181). Sum of RGB (Red+Green+Blue) = 252+90+181=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5AB5 is #03A54A. Grayscale: #949494. Windows color (decimal): -238923 or 11885308. OLE color: 11885308.
HSL color Cylindrical-coordinate representation of color #FC5AB5: hue angle of 326.3º degrees, saturation: 0.96, 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 #FC5AB5 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 181 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.01 |
| HSL | 326.3º | 0.96% | 0.67% | - |
| HSV(B) | 326.3º | 0.64% | 0.99% | - |
| XYZ | 52.14 | 31.34 | 47.02 | - |
| YUV | 148.81 | 146.17 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 181 | 0 | 0.64 | 0.28 | 0.01 | 326.3 | 0.96 | 0.67 |
| Hex | FC | 5A | B5 | 0 | 40 | 1C | 1 | 146 | 60 | 43 |
| Octal | 374 | 132 | 265 | 0 | 100 | 34 | 1 | 506 | 140 | 103 |
| Binary | 11111100 | 1011010 | 10110101 | 0 | 1000000 | 11100 | 1 | 101000110 | 1100000 | 1000011 |
Color Harmonies of #FC5AB5
Complementary color
Monochromatic Colors of #FC5AB5
Black with #FC5AB5
Text Example
Text Example
White with #FC5AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5AB5; }
p { color: rgb(252,90,181); }
H1.HeaderClassName
{
color: #FC5AB5;
}
.AnyTagClassName
{
color: #FC5AB5;
}
</style>
background-color css
<style>
a { background-color: #FC5AB5; }
a { background-color: rgb(252,90,181); }
div.DivClassName
{
background-color: #FC5AB5;
}
.BgClassName
{
background-color: #FC5AB5;
}
</style>
border-color css
<style>
span { border-color: #FC5AB5; }
span { border-color: rgb(252,90,181); }
td.TdClassName
{
border-color: #FC5AB5;
}
.TagClassName
{
border-color: #FC5AB5;
}
</style>