Shades of Hot Pink #FC54BA
Tints of Hot Pink #FC54BA
RGB
CMYK
RGB Variations
Color information
#FC54BA (or 0xFC54BA) is known color: Hot Pink. HEX triplet: FC, 54 and BA. RGB value is (252,84,186). Sum of RGB (Red+Green+Blue) = 252+84+186=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC54BA is #03AB45. Grayscale: #919191. Windows color (decimal): -240454 or 12211452. OLE color: 12211452.
HSL color Cylindrical-coordinate representation of color #FC54BA: hue angle of 323.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC54BA is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 186 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.01 |
| HSL | 323.57º | 0.97% | 0.66% | - |
| HSV(B) | 323.57º | 0.67% | 0.99% | - |
| XYZ | 52.18 | 30.58 | 49.61 | - |
| YUV | 145.86 | 150.66 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 186 | 0 | 0.67 | 0.26 | 0.01 | 323.57 | 0.97 | 0.66 |
| Hex | FC | 54 | BA | 0 | 43 | 1A | 1 | 144 | 61 | 42 |
| Octal | 374 | 124 | 272 | 0 | 103 | 32 | 1 | 504 | 141 | 102 |
| Binary | 11111100 | 1010100 | 10111010 | 0 | 1000011 | 11010 | 1 | 101000100 | 1100001 | 1000010 |
Color Harmonies of #FC54BA
Complementary color
Monochromatic Colors of #FC54BA
Black with #FC54BA
Text Example
Text Example
White with #FC54BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC54BA; }
p { color: rgb(252,84,186); }
H1.HeaderClassName
{
color: #FC54BA;
}
.AnyTagClassName
{
color: #FC54BA;
}
</style>
background-color css
<style>
a { background-color: #FC54BA; }
a { background-color: rgb(252,84,186); }
div.DivClassName
{
background-color: #FC54BA;
}
.BgClassName
{
background-color: #FC54BA;
}
</style>
border-color css
<style>
span { border-color: #FC54BA; }
span { border-color: rgb(252,84,186); }
td.TdClassName
{
border-color: #FC54BA;
}
.TagClassName
{
border-color: #FC54BA;
}
</style>