Shades of Hot Pink #FC50C0
Tints of Hot Pink #FC50C0
RGB
CMYK
RGB Variations
Color information
#FC50C0 (or 0xFC50C0) is known color: Hot Pink. HEX triplet: FC, 50 and C0. RGB value is (252,80,192). Sum of RGB (Red+Green+Blue) = 252+80+192=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50C0 is #03AF3F. Grayscale: #8F8F8F. Windows color (decimal): -241472 or 12603644. OLE color: 12603644.
HSL color Cylindrical-coordinate representation of color #FC50C0: hue angle of 320.93º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC50C0 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 192 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.01 |
| HSL | 320.93º | 0.97% | 0.65% | - |
| HSV(B) | 320.93º | 0.68% | 0.99% | - |
| XYZ | 52.53 | 30.24 | 52.94 | - |
| YUV | 144.2 | 154.98 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 192 | 0 | 0.68 | 0.24 | 0.01 | 320.93 | 0.97 | 0.65 |
| Hex | FC | 50 | C0 | 0 | 44 | 18 | 1 | 141 | 61 | 41 |
| Octal | 374 | 120 | 300 | 0 | 104 | 30 | 1 | 501 | 141 | 101 |
| Binary | 11111100 | 1010000 | 11000000 | 0 | 1000100 | 11000 | 1 | 101000001 | 1100001 | 1000001 |
Color Harmonies of #FC50C0
Complementary color
Monochromatic Colors of #FC50C0
Black with #FC50C0
Text Example
Text Example
White with #FC50C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC50C0; }
p { color: rgb(252,80,192); }
H1.HeaderClassName
{
color: #FC50C0;
}
.AnyTagClassName
{
color: #FC50C0;
}
</style>
background-color css
<style>
a { background-color: #FC50C0; }
a { background-color: rgb(252,80,192); }
div.DivClassName
{
background-color: #FC50C0;
}
.BgClassName
{
background-color: #FC50C0;
}
</style>
border-color css
<style>
span { border-color: #FC50C0; }
span { border-color: rgb(252,80,192); }
td.TdClassName
{
border-color: #FC50C0;
}
.TagClassName
{
border-color: #FC50C0;
}
</style>