Shades of Hot Pink #FC5AB7
Tints of Hot Pink #FC5AB7
RGB
CMYK
RGB Variations
Color information
#FC5AB7 (or 0xFC5AB7) is known color: Hot Pink. HEX triplet: FC, 5A and B7. RGB value is (252,90,183). Sum of RGB (Red+Green+Blue) = 252+90+183=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5AB7 is #03A548. Grayscale: #949494. Windows color (decimal): -238921 or 12016380. OLE color: 12016380.
HSL color Cylindrical-coordinate representation of color #FC5AB7: hue angle of 325.56º 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 #FC5AB7 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 183 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.01 |
| HSL | 325.56º | 0.96% | 0.67% | - |
| HSV(B) | 325.56º | 0.64% | 0.99% | - |
| XYZ | 52.35 | 31.43 | 48.11 | - |
| YUV | 149.04 | 147.17 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 183 | 0 | 0.64 | 0.27 | 0.01 | 325.56 | 0.96 | 0.67 |
| Hex | FC | 5A | B7 | 0 | 40 | 1B | 1 | 146 | 60 | 43 |
| Octal | 374 | 132 | 267 | 0 | 100 | 33 | 1 | 506 | 140 | 103 |
| Binary | 11111100 | 1011010 | 10110111 | 0 | 1000000 | 11011 | 1 | 101000110 | 1100000 | 1000011 |
Color Harmonies of #FC5AB7
Complementary color
Monochromatic Colors of #FC5AB7
Black with #FC5AB7
Text Example
Text Example
White with #FC5AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5AB7; }
p { color: rgb(252,90,183); }
H1.HeaderClassName
{
color: #FC5AB7;
}
.AnyTagClassName
{
color: #FC5AB7;
}
</style>
background-color css
<style>
a { background-color: #FC5AB7; }
a { background-color: rgb(252,90,183); }
div.DivClassName
{
background-color: #FC5AB7;
}
.BgClassName
{
background-color: #FC5AB7;
}
</style>
border-color css
<style>
span { border-color: #FC5AB7; }
span { border-color: rgb(252,90,183); }
td.TdClassName
{
border-color: #FC5AB7;
}
.TagClassName
{
border-color: #FC5AB7;
}
</style>