Shades of Hot Pink #FC63A8
Tints of Hot Pink #FC63A8
RGB
CMYK
RGB Variations
Color information
#FC63A8 (or 0xFC63A8) is known color: Hot Pink. HEX triplet: FC, 63 and A8. RGB value is (252,99,168). Sum of RGB (Red+Green+Blue) = 252+99+168=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC63A8 is #039C57. Grayscale: #989898. Windows color (decimal): -236632 or 11035644. OLE color: 11035644.
HSL color Cylindrical-coordinate representation of color #FC63A8: hue angle of 332.94º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC63A8 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 168 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.01 |
| HSL | 332.94º | 0.96% | 0.69% | - |
| HSV(B) | 332.94º | 0.61% | 0.99% | - |
| XYZ | 51.67 | 32.45 | 40.59 | - |
| YUV | 152.61 | 136.69 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 168 | 0 | 0.61 | 0.33 | 0.01 | 332.94 | 0.96 | 0.69 |
| Hex | FC | 63 | A8 | 0 | 3D | 21 | 1 | 14D | 60 | 45 |
| Octal | 374 | 143 | 250 | 0 | 75 | 41 | 1 | 515 | 140 | 105 |
| Binary | 11111100 | 1100011 | 10101000 | 0 | 111101 | 100001 | 1 | 101001101 | 1100000 | 1000101 |
Color Harmonies of #FC63A8
Complementary color
Monochromatic Colors of #FC63A8
Black with #FC63A8
Text Example
Text Example
White with #FC63A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63A8; }
p { color: rgb(252,99,168); }
H1.HeaderClassName
{
color: #FC63A8;
}
.AnyTagClassName
{
color: #FC63A8;
}
</style>
background-color css
<style>
a { background-color: #FC63A8; }
a { background-color: rgb(252,99,168); }
div.DivClassName
{
background-color: #FC63A8;
}
.BgClassName
{
background-color: #FC63A8;
}
</style>
border-color css
<style>
span { border-color: #FC63A8; }
span { border-color: rgb(252,99,168); }
td.TdClassName
{
border-color: #FC63A8;
}
.TagClassName
{
border-color: #FC63A8;
}
</style>