Shades of Hot Pink #FC52BC
Tints of Hot Pink #FC52BC
RGB
CMYK
RGB Variations
Color information
#FC52BC (or 0xFC52BC) is known color: Hot Pink. HEX triplet: FC, 52 and BC. RGB value is (252,82,188). Sum of RGB (Red+Green+Blue) = 252+82+188=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 82 (32.42% from 255 or 15.71% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC52BC is #03AD43. Grayscale: #909090. Windows color (decimal): -240964 or 12342012. OLE color: 12342012.
HSL color Cylindrical-coordinate representation of color #FC52BC: hue angle of 322.59º 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 #FC52BC is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 188 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.01 |
| HSL | 322.59º | 0.97% | 0.65% | - |
| HSV(B) | 322.59º | 0.67% | 0.99% | - |
| XYZ | 52.24 | 30.36 | 50.68 | - |
| YUV | 144.91 | 152.32 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 188 | 0 | 0.67 | 0.25 | 0.01 | 322.59 | 0.97 | 0.65 |
| Hex | FC | 52 | BC | 0 | 43 | 19 | 1 | 143 | 61 | 41 |
| Octal | 374 | 122 | 274 | 0 | 103 | 31 | 1 | 503 | 141 | 101 |
| Binary | 11111100 | 1010010 | 10111100 | 0 | 1000011 | 11001 | 1 | 101000011 | 1100001 | 1000001 |
Color Harmonies of #FC52BC
Complementary color
Monochromatic Colors of #FC52BC
Black with #FC52BC
Text Example
Text Example
White with #FC52BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC52BC; }
p { color: rgb(252,82,188); }
H1.HeaderClassName
{
color: #FC52BC;
}
.AnyTagClassName
{
color: #FC52BC;
}
</style>
background-color css
<style>
a { background-color: #FC52BC; }
a { background-color: rgb(252,82,188); }
div.DivClassName
{
background-color: #FC52BC;
}
.BgClassName
{
background-color: #FC52BC;
}
</style>
border-color css
<style>
span { border-color: #FC52BC; }
span { border-color: rgb(252,82,188); }
td.TdClassName
{
border-color: #FC52BC;
}
.TagClassName
{
border-color: #FC52BC;
}
</style>