Shades of Hot Pink #FC5ABB
Tints of Hot Pink #FC5ABB
RGB
CMYK
RGB Variations
Color information
#FC5ABB (or 0xFC5ABB) is known color: Hot Pink. HEX triplet: FC, 5A and BB. RGB value is (252,90,187). Sum of RGB (Red+Green+Blue) = 252+90+187=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5ABB is #03A544. Grayscale: #959595. Windows color (decimal): -238917 or 12278524. OLE color: 12278524.
HSL color Cylindrical-coordinate representation of color #FC5ABB: hue angle of 324.07º 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 #FC5ABB is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 187 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.01 |
| HSL | 324.07º | 0.96% | 0.67% | - |
| HSV(B) | 324.07º | 0.64% | 0.99% | - |
| XYZ | 52.77 | 31.6 | 50.33 | - |
| YUV | 149.5 | 149.17 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 187 | 0 | 0.64 | 0.26 | 0.01 | 324.07 | 0.96 | 0.67 |
| Hex | FC | 5A | BB | 0 | 40 | 1A | 1 | 144 | 60 | 43 |
| Octal | 374 | 132 | 273 | 0 | 100 | 32 | 1 | 504 | 140 | 103 |
| Binary | 11111100 | 1011010 | 10111011 | 0 | 1000000 | 11010 | 1 | 101000100 | 1100000 | 1000011 |
Color Harmonies of #FC5ABB
Complementary color
Monochromatic Colors of #FC5ABB
Black with #FC5ABB
Text Example
Text Example
White with #FC5ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5ABB; }
p { color: rgb(252,90,187); }
H1.HeaderClassName
{
color: #FC5ABB;
}
.AnyTagClassName
{
color: #FC5ABB;
}
</style>
background-color css
<style>
a { background-color: #FC5ABB; }
a { background-color: rgb(252,90,187); }
div.DivClassName
{
background-color: #FC5ABB;
}
.BgClassName
{
background-color: #FC5ABB;
}
</style>
border-color css
<style>
span { border-color: #FC5ABB; }
span { border-color: rgb(252,90,187); }
td.TdClassName
{
border-color: #FC5ABB;
}
.TagClassName
{
border-color: #FC5ABB;
}
</style>