Shades of Hot Pink #FC51BB
Tints of Hot Pink #FC51BB
RGB
CMYK
RGB Variations
Color information
#FC51BB (or 0xFC51BB) is known color: Hot Pink. HEX triplet: FC, 51 and BB. RGB value is (252,81,187). Sum of RGB (Red+Green+Blue) = 252+81+187=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC51BB is #03AE44. Grayscale: #8F8F8F. Windows color (decimal): -241221 or 12276220. OLE color: 12276220.
HSL color Cylindrical-coordinate representation of color #FC51BB: hue angle of 322.81º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC51BB is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 187 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.01 |
| HSL | 322.81º | 0.97% | 0.65% | - |
| HSV(B) | 322.81º | 0.68% | 0.99% | - |
| XYZ | 52.06 | 30.17 | 50.09 | - |
| YUV | 144.21 | 152.15 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 187 | 0 | 0.68 | 0.26 | 0.01 | 322.81 | 0.97 | 0.65 |
| Hex | FC | 51 | BB | 0 | 44 | 1A | 1 | 143 | 61 | 41 |
| Octal | 374 | 121 | 273 | 0 | 104 | 32 | 1 | 503 | 141 | 101 |
| Binary | 11111100 | 1010001 | 10111011 | 0 | 1000100 | 11010 | 1 | 101000011 | 1100001 | 1000001 |
Color Harmonies of #FC51BB
Complementary color
Monochromatic Colors of #FC51BB
Black with #FC51BB
Text Example
Text Example
White with #FC51BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC51BB; }
p { color: rgb(252,81,187); }
H1.HeaderClassName
{
color: #FC51BB;
}
.AnyTagClassName
{
color: #FC51BB;
}
</style>
background-color css
<style>
a { background-color: #FC51BB; }
a { background-color: rgb(252,81,187); }
div.DivClassName
{
background-color: #FC51BB;
}
.BgClassName
{
background-color: #FC51BB;
}
</style>
border-color css
<style>
span { border-color: #FC51BB; }
span { border-color: rgb(252,81,187); }
td.TdClassName
{
border-color: #FC51BB;
}
.TagClassName
{
border-color: #FC51BB;
}
</style>