Shades of Hot Pink #FC63B1
Tints of Hot Pink #FC63B1
RGB
CMYK
RGB Variations
Color information
#FC63B1 (or 0xFC63B1) is known color: Hot Pink. HEX triplet: FC, 63 and B1. RGB value is (252,99,177). Sum of RGB (Red+Green+Blue) = 252+99+177=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC63B1 is #039C4E. Grayscale: #999999. Windows color (decimal): -236623 or 11625468. OLE color: 11625468.
HSL color Cylindrical-coordinate representation of color #FC63B1: hue angle of 329.41º 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 #FC63B1 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 177 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.01 |
| HSL | 329.41º | 0.96% | 0.69% | - |
| HSV(B) | 329.41º | 0.61% | 0.99% | - |
| XYZ | 52.54 | 32.79 | 45.16 | - |
| YUV | 153.64 | 141.19 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 177 | 0 | 0.61 | 0.30 | 0.01 | 329.41 | 0.96 | 0.69 |
| Hex | FC | 63 | B1 | 0 | 3D | 1E | 1 | 149 | 60 | 45 |
| Octal | 374 | 143 | 261 | 0 | 75 | 36 | 1 | 511 | 140 | 105 |
| Binary | 11111100 | 1100011 | 10110001 | 0 | 111101 | 11110 | 1 | 101001001 | 1100000 | 1000101 |
Color Harmonies of #FC63B1
Complementary color
Monochromatic Colors of #FC63B1
Black with #FC63B1
Text Example
Text Example
White with #FC63B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63B1; }
p { color: rgb(252,99,177); }
H1.HeaderClassName
{
color: #FC63B1;
}
.AnyTagClassName
{
color: #FC63B1;
}
</style>
background-color css
<style>
a { background-color: #FC63B1; }
a { background-color: rgb(252,99,177); }
div.DivClassName
{
background-color: #FC63B1;
}
.BgClassName
{
background-color: #FC63B1;
}
</style>
border-color css
<style>
span { border-color: #FC63B1; }
span { border-color: rgb(252,99,177); }
td.TdClassName
{
border-color: #FC63B1;
}
.TagClassName
{
border-color: #FC63B1;
}
</style>