Shades of Hot Pink #FC63BA
Tints of Hot Pink #FC63BA
RGB
CMYK
RGB Variations
Color information
#FC63BA (or 0xFC63BA) is known color: Hot Pink. HEX triplet: FC, 63 and BA. RGB value is (252,99,186). Sum of RGB (Red+Green+Blue) = 252+99+186=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC63BA is #039C45. Grayscale: #9A9A9A. Windows color (decimal): -236614 or 12215292. OLE color: 12215292.
HSL color Cylindrical-coordinate representation of color #FC63BA: hue angle of 325.88º 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 #FC63BA is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 186 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.01 |
| HSL | 325.88º | 0.96% | 0.69% | - |
| HSV(B) | 325.88º | 0.61% | 0.99% | - |
| XYZ | 53.47 | 33.16 | 50.04 | - |
| YUV | 154.67 | 145.69 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 186 | 0 | 0.61 | 0.26 | 0.01 | 325.88 | 0.96 | 0.69 |
| Hex | FC | 63 | BA | 0 | 3D | 1A | 1 | 146 | 60 | 45 |
| Octal | 374 | 143 | 272 | 0 | 75 | 32 | 1 | 506 | 140 | 105 |
| Binary | 11111100 | 1100011 | 10111010 | 0 | 111101 | 11010 | 1 | 101000110 | 1100000 | 1000101 |
Color Harmonies of #FC63BA
Complementary color
Monochromatic Colors of #FC63BA
Black with #FC63BA
Text Example
Text Example
White with #FC63BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63BA; }
p { color: rgb(252,99,186); }
H1.HeaderClassName
{
color: #FC63BA;
}
.AnyTagClassName
{
color: #FC63BA;
}
</style>
background-color css
<style>
a { background-color: #FC63BA; }
a { background-color: rgb(252,99,186); }
div.DivClassName
{
background-color: #FC63BA;
}
.BgClassName
{
background-color: #FC63BA;
}
</style>
border-color css
<style>
span { border-color: #FC63BA; }
span { border-color: rgb(252,99,186); }
td.TdClassName
{
border-color: #FC63BA;
}
.TagClassName
{
border-color: #FC63BA;
}
</style>