Shades of Hot Pink #FC63B2
Tints of Hot Pink #FC63B2
RGB
CMYK
RGB Variations
Color information
#FC63B2 (or 0xFC63B2) is known color: Hot Pink. HEX triplet: FC, 63 and B2. RGB value is (252,99,178). Sum of RGB (Red+Green+Blue) = 252+99+178=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC63B2 is #039C4D. Grayscale: #999999. Windows color (decimal): -236622 or 11691004. OLE color: 11691004.
HSL color Cylindrical-coordinate representation of color #FC63B2: hue angle of 329.02º 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 #FC63B2 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 178 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.01 |
| HSL | 329.02º | 0.96% | 0.69% | - |
| HSV(B) | 329.02º | 0.61% | 0.99% | - |
| XYZ | 52.64 | 32.83 | 45.68 | - |
| YUV | 153.75 | 141.69 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 178 | 0 | 0.61 | 0.29 | 0.01 | 329.02 | 0.96 | 0.69 |
| Hex | FC | 63 | B2 | 0 | 3D | 1D | 1 | 149 | 60 | 45 |
| Octal | 374 | 143 | 262 | 0 | 75 | 35 | 1 | 511 | 140 | 105 |
| Binary | 11111100 | 1100011 | 10110010 | 0 | 111101 | 11101 | 1 | 101001001 | 1100000 | 1000101 |
Color Harmonies of #FC63B2
Complementary color
Monochromatic Colors of #FC63B2
Black with #FC63B2
Text Example
Text Example
White with #FC63B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63B2; }
p { color: rgb(252,99,178); }
H1.HeaderClassName
{
color: #FC63B2;
}
.AnyTagClassName
{
color: #FC63B2;
}
</style>
background-color css
<style>
a { background-color: #FC63B2; }
a { background-color: rgb(252,99,178); }
div.DivClassName
{
background-color: #FC63B2;
}
.BgClassName
{
background-color: #FC63B2;
}
</style>
border-color css
<style>
span { border-color: #FC63B2; }
span { border-color: rgb(252,99,178); }
td.TdClassName
{
border-color: #FC63B2;
}
.TagClassName
{
border-color: #FC63B2;
}
</style>