Shades of Hot Pink #FC57BC
Tints of Hot Pink #FC57BC
RGB
CMYK
RGB Variations
Color information
#FC57BC (or 0xFC57BC) is known color: Hot Pink. HEX triplet: FC, 57 and BC. RGB value is (252,87,188). Sum of RGB (Red+Green+Blue) = 252+87+188=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 87 (34.38% from 255 or 16.51% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC57BC is #03A843. Grayscale: #939393. Windows color (decimal): -239684 or 12343292. OLE color: 12343292.
HSL color Cylindrical-coordinate representation of color #FC57BC: hue angle of 323.27º 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 #FC57BC is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 188 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.01 |
| HSL | 323.27º | 0.96% | 0.66% | - |
| HSV(B) | 323.27º | 0.65% | 0.99% | - |
| XYZ | 52.63 | 31.14 | 50.81 | - |
| YUV | 147.85 | 150.66 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 188 | 0 | 0.65 | 0.25 | 0.01 | 323.27 | 0.96 | 0.66 |
| Hex | FC | 57 | BC | 0 | 41 | 19 | 1 | 143 | 60 | 42 |
| Octal | 374 | 127 | 274 | 0 | 101 | 31 | 1 | 503 | 140 | 102 |
| Binary | 11111100 | 1010111 | 10111100 | 0 | 1000001 | 11001 | 1 | 101000011 | 1100000 | 1000010 |
Color Harmonies of #FC57BC
Complementary color
Monochromatic Colors of #FC57BC
Black with #FC57BC
Text Example
Text Example
White with #FC57BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC57BC; }
p { color: rgb(252,87,188); }
H1.HeaderClassName
{
color: #FC57BC;
}
.AnyTagClassName
{
color: #FC57BC;
}
</style>
background-color css
<style>
a { background-color: #FC57BC; }
a { background-color: rgb(252,87,188); }
div.DivClassName
{
background-color: #FC57BC;
}
.BgClassName
{
background-color: #FC57BC;
}
</style>
border-color css
<style>
span { border-color: #FC57BC; }
span { border-color: rgb(252,87,188); }
td.TdClassName
{
border-color: #FC57BC;
}
.TagClassName
{
border-color: #FC57BC;
}
</style>