Shades of Hot Pink #FC51BA
Tints of Hot Pink #FC51BA
RGB
CMYK
RGB Variations
Color information
#FC51BA (or 0xFC51BA) is known color: Hot Pink. HEX triplet: FC, 51 and BA. RGB value is (252,81,186). Sum of RGB (Red+Green+Blue) = 252+81+186=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC51BA is #03AE45. Grayscale: #8F8F8F. Windows color (decimal): -241222 or 12210684. OLE color: 12210684.
HSL color Cylindrical-coordinate representation of color #FC51BA: hue angle of 323.16º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC51BA is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 186 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.01 |
| HSL | 323.16º | 0.97% | 0.65% | - |
| HSV(B) | 323.16º | 0.68% | 0.99% | - |
| XYZ | 51.95 | 30.13 | 49.53 | - |
| YUV | 144.1 | 151.65 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 186 | 0 | 0.68 | 0.26 | 0.01 | 323.16 | 0.97 | 0.65 |
| Hex | FC | 51 | BA | 0 | 44 | 1A | 1 | 143 | 61 | 41 |
| Octal | 374 | 121 | 272 | 0 | 104 | 32 | 1 | 503 | 141 | 101 |
| Binary | 11111100 | 1010001 | 10111010 | 0 | 1000100 | 11010 | 1 | 101000011 | 1100001 | 1000001 |
Color Harmonies of #FC51BA
Complementary color
Monochromatic Colors of #FC51BA
Black with #FC51BA
Text Example
Text Example
White with #FC51BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC51BA; }
p { color: rgb(252,81,186); }
H1.HeaderClassName
{
color: #FC51BA;
}
.AnyTagClassName
{
color: #FC51BA;
}
</style>
background-color css
<style>
a { background-color: #FC51BA; }
a { background-color: rgb(252,81,186); }
div.DivClassName
{
background-color: #FC51BA;
}
.BgClassName
{
background-color: #FC51BA;
}
</style>
border-color css
<style>
span { border-color: #FC51BA; }
span { border-color: rgb(252,81,186); }
td.TdClassName
{
border-color: #FC51BA;
}
.TagClassName
{
border-color: #FC51BA;
}
</style>