Shades of Hot Pink #FC5CBB
Tints of Hot Pink #FC5CBB
RGB
CMYK
RGB Variations
Color information
#FC5CBB (or 0xFC5CBB) is known color: Hot Pink. HEX triplet: FC, 5C and BB. RGB value is (252,92,187). Sum of RGB (Red+Green+Blue) = 252+92+187=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5CBB is #03A344. Grayscale: #969696. Windows color (decimal): -238405 or 12279036. OLE color: 12279036.
HSL color Cylindrical-coordinate representation of color #FC5CBB: hue angle of 324.38º 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 #FC5CBB is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 187 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.01 |
| HSL | 324.38º | 0.96% | 0.67% | - |
| HSV(B) | 324.38º | 0.63% | 0.99% | - |
| XYZ | 52.94 | 31.94 | 50.39 | - |
| YUV | 150.67 | 148.51 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 187 | 0 | 0.63 | 0.26 | 0.01 | 324.38 | 0.96 | 0.67 |
| Hex | FC | 5C | BB | 0 | 3F | 1A | 1 | 144 | 60 | 43 |
| Octal | 374 | 134 | 273 | 0 | 77 | 32 | 1 | 504 | 140 | 103 |
| Binary | 11111100 | 1011100 | 10111011 | 0 | 111111 | 11010 | 1 | 101000100 | 1100000 | 1000011 |
Color Harmonies of #FC5CBB
Complementary color
Monochromatic Colors of #FC5CBB
Black with #FC5CBB
Text Example
Text Example
White with #FC5CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5CBB; }
p { color: rgb(252,92,187); }
H1.HeaderClassName
{
color: #FC5CBB;
}
.AnyTagClassName
{
color: #FC5CBB;
}
</style>
background-color css
<style>
a { background-color: #FC5CBB; }
a { background-color: rgb(252,92,187); }
div.DivClassName
{
background-color: #FC5CBB;
}
.BgClassName
{
background-color: #FC5CBB;
}
</style>
border-color css
<style>
span { border-color: #FC5CBB; }
span { border-color: rgb(252,92,187); }
td.TdClassName
{
border-color: #FC5CBB;
}
.TagClassName
{
border-color: #FC5CBB;
}
</style>