Shades of Hot Pink #FC63BC
Tints of Hot Pink #FC63BC
RGB
CMYK
RGB Variations
Color information
#FC63BC (or 0xFC63BC) is known color: Hot Pink. HEX triplet: FC, 63 and BC. RGB value is (252,99,188). Sum of RGB (Red+Green+Blue) = 252+99+188=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC63BC is #039C43. Grayscale: #9A9A9A. Windows color (decimal): -236612 or 12346364. OLE color: 12346364.
HSL color Cylindrical-coordinate representation of color #FC63BC: hue angle of 325.1º 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 #FC63BC is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 188 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.01 |
| HSL | 325.1º | 0.96% | 0.69% | - |
| HSV(B) | 325.1º | 0.61% | 0.99% | - |
| XYZ | 53.68 | 33.25 | 51.17 | - |
| YUV | 154.89 | 146.69 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 188 | 0 | 0.61 | 0.25 | 0.01 | 325.1 | 0.96 | 0.69 |
| Hex | FC | 63 | BC | 0 | 3D | 19 | 1 | 145 | 60 | 45 |
| Octal | 374 | 143 | 274 | 0 | 75 | 31 | 1 | 505 | 140 | 105 |
| Binary | 11111100 | 1100011 | 10111100 | 0 | 111101 | 11001 | 1 | 101000101 | 1100000 | 1000101 |
Color Harmonies of #FC63BC
Complementary color
Monochromatic Colors of #FC63BC
Black with #FC63BC
Text Example
Text Example
White with #FC63BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63BC; }
p { color: rgb(252,99,188); }
H1.HeaderClassName
{
color: #FC63BC;
}
.AnyTagClassName
{
color: #FC63BC;
}
</style>
background-color css
<style>
a { background-color: #FC63BC; }
a { background-color: rgb(252,99,188); }
div.DivClassName
{
background-color: #FC63BC;
}
.BgClassName
{
background-color: #FC63BC;
}
</style>
border-color css
<style>
span { border-color: #FC63BC; }
span { border-color: rgb(252,99,188); }
td.TdClassName
{
border-color: #FC63BC;
}
.TagClassName
{
border-color: #FC63BC;
}
</style>