Shades of Hot Pink #FC52BA
Tints of Hot Pink #FC52BA
RGB
CMYK
RGB Variations
Color information
#FC52BA (or 0xFC52BA) is known color: Hot Pink. HEX triplet: FC, 52 and BA. RGB value is (252,82,186). Sum of RGB (Red+Green+Blue) = 252+82+186=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC52BA is #03AD45. Grayscale: #909090. Windows color (decimal): -240966 or 12210940. OLE color: 12210940.
HSL color Cylindrical-coordinate representation of color #FC52BA: hue angle of 323.29º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC52BA is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 186 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.01 |
| HSL | 323.29º | 0.97% | 0.65% | - |
| HSV(B) | 323.29º | 0.67% | 0.99% | - |
| XYZ | 52.03 | 30.28 | 49.56 | - |
| YUV | 144.69 | 151.32 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 186 | 0 | 0.67 | 0.26 | 0.01 | 323.29 | 0.97 | 0.65 |
| Hex | FC | 52 | BA | 0 | 43 | 1A | 1 | 143 | 61 | 41 |
| Octal | 374 | 122 | 272 | 0 | 103 | 32 | 1 | 503 | 141 | 101 |
| Binary | 11111100 | 1010010 | 10111010 | 0 | 1000011 | 11010 | 1 | 101000011 | 1100001 | 1000001 |
Color Harmonies of #FC52BA
Complementary color
Monochromatic Colors of #FC52BA
Black with #FC52BA
Text Example
Text Example
White with #FC52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC52BA; }
p { color: rgb(252,82,186); }
H1.HeaderClassName
{
color: #FC52BA;
}
.AnyTagClassName
{
color: #FC52BA;
}
</style>
background-color css
<style>
a { background-color: #FC52BA; }
a { background-color: rgb(252,82,186); }
div.DivClassName
{
background-color: #FC52BA;
}
.BgClassName
{
background-color: #FC52BA;
}
</style>
border-color css
<style>
span { border-color: #FC52BA; }
span { border-color: rgb(252,82,186); }
td.TdClassName
{
border-color: #FC52BA;
}
.TagClassName
{
border-color: #FC52BA;
}
</style>