Shades of Hot Pink #FC5CB1
Tints of Hot Pink #FC5CB1
RGB
CMYK
RGB Variations
Color information
#FC5CB1 (or 0xFC5CB1) is known color: Hot Pink. HEX triplet: FC, 5C and B1. RGB value is (252,92,177). Sum of RGB (Red+Green+Blue) = 252+92+177=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5CB1 is #03A34E. Grayscale: #959595. Windows color (decimal): -238415 or 11623676. OLE color: 11623676.
HSL color Cylindrical-coordinate representation of color #FC5CB1: hue angle of 328.12º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5CB1 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 177 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.01 |
| HSL | 328.13º | 0.96% | 0.67% | - |
| HSV(B) | 328.13º | 0.63% | 0.99% | - |
| XYZ | 51.91 | 31.52 | 44.94 | - |
| YUV | 149.53 | 143.51 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 177 | 0 | 0.63 | 0.30 | 0.01 | 328.13 | 0.96 | 0.67 |
| Hex | FC | 5C | B1 | 0 | 3F | 1E | 1 | 148 | 60 | 43 |
| Octal | 374 | 134 | 261 | 0 | 77 | 36 | 1 | 510 | 140 | 103 |
| Binary | 11111100 | 1011100 | 10110001 | 0 | 111111 | 11110 | 1 | 101001000 | 1100000 | 1000011 |
Color Harmonies of #FC5CB1
Complementary color
Monochromatic Colors of #FC5CB1
Black with #FC5CB1
Text Example
Text Example
White with #FC5CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5CB1; }
p { color: rgb(252,92,177); }
H1.HeaderClassName
{
color: #FC5CB1;
}
.AnyTagClassName
{
color: #FC5CB1;
}
</style>
background-color css
<style>
a { background-color: #FC5CB1; }
a { background-color: rgb(252,92,177); }
div.DivClassName
{
background-color: #FC5CB1;
}
.BgClassName
{
background-color: #FC5CB1;
}
</style>
border-color css
<style>
span { border-color: #FC5CB1; }
span { border-color: rgb(252,92,177); }
td.TdClassName
{
border-color: #FC5CB1;
}
.TagClassName
{
border-color: #FC5CB1;
}
</style>