Shades of Hot Pink #FC4FC0
Tints of Hot Pink #FC4FC0
RGB
CMYK
RGB Variations
Color information
#FC4FC0 (or 0xFC4FC0) is known color: Hot Pink. HEX triplet: FC, 4F and C0. RGB value is (252,79,192). Sum of RGB (Red+Green+Blue) = 252+79+192=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4FC0 is #03B03F. Grayscale: #8F8F8F. Windows color (decimal): -241728 or 12603388. OLE color: 12603388.
HSL color Cylindrical-coordinate representation of color #FC4FC0: hue angle of 320.81º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4FC0 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 79 | 192 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.01 |
| HSL | 320.81º | 0.97% | 0.65% | - |
| HSV(B) | 320.81º | 0.69% | 0.99% | - |
| XYZ | 52.46 | 30.09 | 52.91 | - |
| YUV | 143.61 | 155.31 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 79 | 192 | 0 | 0.69 | 0.24 | 0.01 | 320.81 | 0.97 | 0.65 |
| Hex | FC | 4F | C0 | 0 | 45 | 18 | 1 | 141 | 61 | 41 |
| Octal | 374 | 117 | 300 | 0 | 105 | 30 | 1 | 501 | 141 | 101 |
| Binary | 11111100 | 1001111 | 11000000 | 0 | 1000101 | 11000 | 1 | 101000001 | 1100001 | 1000001 |
Color Harmonies of #FC4FC0
Complementary color
Monochromatic Colors of #FC4FC0
Black with #FC4FC0
Text Example
Text Example
White with #FC4FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4FC0; }
p { color: rgb(252,79,192); }
H1.HeaderClassName
{
color: #FC4FC0;
}
.AnyTagClassName
{
color: #FC4FC0;
}
</style>
background-color css
<style>
a { background-color: #FC4FC0; }
a { background-color: rgb(252,79,192); }
div.DivClassName
{
background-color: #FC4FC0;
}
.BgClassName
{
background-color: #FC4FC0;
}
</style>
border-color css
<style>
span { border-color: #FC4FC0; }
span { border-color: rgb(252,79,192); }
td.TdClassName
{
border-color: #FC4FC0;
}
.TagClassName
{
border-color: #FC4FC0;
}
</style>