Shades of Hot Pink #FC5CB8
Tints of Hot Pink #FC5CB8
RGB
CMYK
RGB Variations
Color information
#FC5CB8 (or 0xFC5CB8) is known color: Hot Pink. HEX triplet: FC, 5C and B8. RGB value is (252,92,184). Sum of RGB (Red+Green+Blue) = 252+92+184=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5CB8 is #03A347. Grayscale: #969696. Windows color (decimal): -238408 or 12082428. OLE color: 12082428.
HSL color Cylindrical-coordinate representation of color #FC5CB8: hue angle of 325.5º 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 #FC5CB8 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 184 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.01 |
| HSL | 325.5º | 0.96% | 0.67% | - |
| HSV(B) | 325.5º | 0.63% | 0.99% | - |
| XYZ | 52.62 | 31.81 | 48.71 | - |
| YUV | 150.33 | 147.01 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 184 | 0 | 0.63 | 0.27 | 0.01 | 325.5 | 0.96 | 0.67 |
| Hex | FC | 5C | B8 | 0 | 3F | 1B | 1 | 146 | 60 | 43 |
| Octal | 374 | 134 | 270 | 0 | 77 | 33 | 1 | 506 | 140 | 103 |
| Binary | 11111100 | 1011100 | 10111000 | 0 | 111111 | 11011 | 1 | 101000110 | 1100000 | 1000011 |
Color Harmonies of #FC5CB8
Complementary color
Monochromatic Colors of #FC5CB8
Black with #FC5CB8
Text Example
Text Example
White with #FC5CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5CB8; }
p { color: rgb(252,92,184); }
H1.HeaderClassName
{
color: #FC5CB8;
}
.AnyTagClassName
{
color: #FC5CB8;
}
</style>
background-color css
<style>
a { background-color: #FC5CB8; }
a { background-color: rgb(252,92,184); }
div.DivClassName
{
background-color: #FC5CB8;
}
.BgClassName
{
background-color: #FC5CB8;
}
</style>
border-color css
<style>
span { border-color: #FC5CB8; }
span { border-color: rgb(252,92,184); }
td.TdClassName
{
border-color: #FC5CB8;
}
.TagClassName
{
border-color: #FC5CB8;
}
</style>