Shades of Hot Pink #FC53BA
Tints of Hot Pink #FC53BA
RGB
CMYK
RGB Variations
Color information
#FC53BA (or 0xFC53BA) is known color: Hot Pink. HEX triplet: FC, 53 and BA. RGB value is (252,83,186). Sum of RGB (Red+Green+Blue) = 252+83+186=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC53BA is #03AC45. Grayscale: #919191. Windows color (decimal): -240710 or 12211196. OLE color: 12211196.
HSL color Cylindrical-coordinate representation of color #FC53BA: hue angle of 323.43º 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 #FC53BA is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 186 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.01 |
| HSL | 323.43º | 0.97% | 0.66% | - |
| HSV(B) | 323.43º | 0.67% | 0.99% | - |
| XYZ | 52.1 | 30.43 | 49.58 | - |
| YUV | 145.27 | 150.99 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 186 | 0 | 0.67 | 0.26 | 0.01 | 323.43 | 0.97 | 0.66 |
| Hex | FC | 53 | BA | 0 | 43 | 1A | 1 | 143 | 61 | 42 |
| Octal | 374 | 123 | 272 | 0 | 103 | 32 | 1 | 503 | 141 | 102 |
| Binary | 11111100 | 1010011 | 10111010 | 0 | 1000011 | 11010 | 1 | 101000011 | 1100001 | 1000010 |
Color Harmonies of #FC53BA
Complementary color
Monochromatic Colors of #FC53BA
Black with #FC53BA
Text Example
Text Example
White with #FC53BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC53BA; }
p { color: rgb(252,83,186); }
H1.HeaderClassName
{
color: #FC53BA;
}
.AnyTagClassName
{
color: #FC53BA;
}
</style>
background-color css
<style>
a { background-color: #FC53BA; }
a { background-color: rgb(252,83,186); }
div.DivClassName
{
background-color: #FC53BA;
}
.BgClassName
{
background-color: #FC53BA;
}
</style>
border-color css
<style>
span { border-color: #FC53BA; }
span { border-color: rgb(252,83,186); }
td.TdClassName
{
border-color: #FC53BA;
}
.TagClassName
{
border-color: #FC53BA;
}
</style>