Shades of Hot Pink #FC5AB2
Tints of Hot Pink #FC5AB2
RGB
CMYK
RGB Variations
Color information
#FC5AB2 (or 0xFC5AB2) is known color: Hot Pink. HEX triplet: FC, 5A and B2. RGB value is (252,90,178). Sum of RGB (Red+Green+Blue) = 252+90+178=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5AB2 is #03A54D. Grayscale: #949494. Windows color (decimal): -238926 or 11688700. OLE color: 11688700.
HSL color Cylindrical-coordinate representation of color #FC5AB2: hue angle of 327.41º 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 #FC5AB2 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 178 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.01 |
| HSL | 327.41º | 0.96% | 0.67% | - |
| HSV(B) | 327.41º | 0.64% | 0.99% | - |
| XYZ | 51.84 | 31.22 | 45.41 | - |
| YUV | 148.47 | 144.67 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 178 | 0 | 0.64 | 0.29 | 0.01 | 327.41 | 0.96 | 0.67 |
| Hex | FC | 5A | B2 | 0 | 40 | 1D | 1 | 147 | 60 | 43 |
| Octal | 374 | 132 | 262 | 0 | 100 | 35 | 1 | 507 | 140 | 103 |
| Binary | 11111100 | 1011010 | 10110010 | 0 | 1000000 | 11101 | 1 | 101000111 | 1100000 | 1000011 |
Color Harmonies of #FC5AB2
Complementary color
Monochromatic Colors of #FC5AB2
Black with #FC5AB2
Text Example
Text Example
White with #FC5AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5AB2; }
p { color: rgb(252,90,178); }
H1.HeaderClassName
{
color: #FC5AB2;
}
.AnyTagClassName
{
color: #FC5AB2;
}
</style>
background-color css
<style>
a { background-color: #FC5AB2; }
a { background-color: rgb(252,90,178); }
div.DivClassName
{
background-color: #FC5AB2;
}
.BgClassName
{
background-color: #FC5AB2;
}
</style>
border-color css
<style>
span { border-color: #FC5AB2; }
span { border-color: rgb(252,90,178); }
td.TdClassName
{
border-color: #FC5AB2;
}
.TagClassName
{
border-color: #FC5AB2;
}
</style>