Shades of Hot Pink #FC57BA
Tints of Hot Pink #FC57BA
RGB
CMYK
RGB Variations
Color information
#FC57BA (or 0xFC57BA) is known color: Hot Pink. HEX triplet: FC, 57 and BA. RGB value is (252,87,186). Sum of RGB (Red+Green+Blue) = 252+87+186=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 87 (34.38% from 255 or 16.57% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC57BA is #03A845. Grayscale: #939393. Windows color (decimal): -239686 or 12212220. OLE color: 12212220.
HSL color Cylindrical-coordinate representation of color #FC57BA: hue angle of 324º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC57BA is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 186 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.01 |
| HSL | 324º | 0.96% | 0.66% | - |
| HSV(B) | 324º | 0.65% | 0.99% | - |
| XYZ | 52.42 | 31.06 | 49.69 | - |
| YUV | 147.62 | 149.66 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 186 | 0 | 0.65 | 0.26 | 0.01 | 324 | 0.96 | 0.66 |
| Hex | FC | 57 | BA | 0 | 41 | 1A | 1 | 144 | 60 | 42 |
| Octal | 374 | 127 | 272 | 0 | 101 | 32 | 1 | 504 | 140 | 102 |
| Binary | 11111100 | 1010111 | 10111010 | 0 | 1000001 | 11010 | 1 | 101000100 | 1100000 | 1000010 |
Color Harmonies of #FC57BA
Complementary color
Monochromatic Colors of #FC57BA
Black with #FC57BA
Text Example
Text Example
White with #FC57BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC57BA; }
p { color: rgb(252,87,186); }
H1.HeaderClassName
{
color: #FC57BA;
}
.AnyTagClassName
{
color: #FC57BA;
}
</style>
background-color css
<style>
a { background-color: #FC57BA; }
a { background-color: rgb(252,87,186); }
div.DivClassName
{
background-color: #FC57BA;
}
.BgClassName
{
background-color: #FC57BA;
}
</style>
border-color css
<style>
span { border-color: #FC57BA; }
span { border-color: rgb(252,87,186); }
td.TdClassName
{
border-color: #FC57BA;
}
.TagClassName
{
border-color: #FC57BA;
}
</style>