Shades of Hot Pink #FC57BB
Tints of Hot Pink #FC57BB
RGB
CMYK
RGB Variations
Color information
#FC57BB (or 0xFC57BB) is known color: Hot Pink. HEX triplet: FC, 57 and BB. RGB value is (252,87,187). Sum of RGB (Red+Green+Blue) = 252+87+187=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 87 (34.38% from 255 or 16.54% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC57BB is #03A844. Grayscale: #939393. Windows color (decimal): -239685 or 12277756. OLE color: 12277756.
HSL color Cylindrical-coordinate representation of color #FC57BB: hue angle of 323.64º 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 #FC57BB is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 187 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.01 |
| HSL | 323.64º | 0.96% | 0.66% | - |
| HSV(B) | 323.64º | 0.65% | 0.99% | - |
| XYZ | 52.52 | 31.1 | 50.25 | - |
| YUV | 147.74 | 150.16 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 187 | 0 | 0.65 | 0.26 | 0.01 | 323.64 | 0.96 | 0.66 |
| Hex | FC | 57 | BB | 0 | 41 | 1A | 1 | 144 | 60 | 42 |
| Octal | 374 | 127 | 273 | 0 | 101 | 32 | 1 | 504 | 140 | 102 |
| Binary | 11111100 | 1010111 | 10111011 | 0 | 1000001 | 11010 | 1 | 101000100 | 1100000 | 1000010 |
Color Harmonies of #FC57BB
Complementary color
Monochromatic Colors of #FC57BB
Black with #FC57BB
Text Example
Text Example
White with #FC57BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC57BB; }
p { color: rgb(252,87,187); }
H1.HeaderClassName
{
color: #FC57BB;
}
.AnyTagClassName
{
color: #FC57BB;
}
</style>
background-color css
<style>
a { background-color: #FC57BB; }
a { background-color: rgb(252,87,187); }
div.DivClassName
{
background-color: #FC57BB;
}
.BgClassName
{
background-color: #FC57BB;
}
</style>
border-color css
<style>
span { border-color: #FC57BB; }
span { border-color: rgb(252,87,187); }
td.TdClassName
{
border-color: #FC57BB;
}
.TagClassName
{
border-color: #FC57BB;
}
</style>