Shades of Hot Pink #FC5BBB
Tints of Hot Pink #FC5BBB
RGB
CMYK
RGB Variations
Color information
#FC5BBB (or 0xFC5BBB) is known color: Hot Pink. HEX triplet: FC, 5B and BB. RGB value is (252,91,187). Sum of RGB (Red+Green+Blue) = 252+91+187=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 91 (35.94% from 255 or 17.17% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5BBB is #03A444. Grayscale: #959595. Windows color (decimal): -238661 or 12278780. OLE color: 12278780.
HSL color Cylindrical-coordinate representation of color #FC5BBB: hue angle of 324.22º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5BBB is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 187 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.01 |
| HSL | 324.22º | 0.96% | 0.67% | - |
| HSV(B) | 324.22º | 0.64% | 0.99% | - |
| XYZ | 52.86 | 31.77 | 50.36 | - |
| YUV | 150.08 | 148.84 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 187 | 0 | 0.64 | 0.26 | 0.01 | 324.22 | 0.96 | 0.67 |
| Hex | FC | 5B | BB | 0 | 40 | 1A | 1 | 144 | 60 | 43 |
| Octal | 374 | 133 | 273 | 0 | 100 | 32 | 1 | 504 | 140 | 103 |
| Binary | 11111100 | 1011011 | 10111011 | 0 | 1000000 | 11010 | 1 | 101000100 | 1100000 | 1000011 |
Color Harmonies of #FC5BBB
Complementary color
Monochromatic Colors of #FC5BBB
Black with #FC5BBB
Text Example
Text Example
White with #FC5BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5BBB; }
p { color: rgb(252,91,187); }
H1.HeaderClassName
{
color: #FC5BBB;
}
.AnyTagClassName
{
color: #FC5BBB;
}
</style>
background-color css
<style>
a { background-color: #FC5BBB; }
a { background-color: rgb(252,91,187); }
div.DivClassName
{
background-color: #FC5BBB;
}
.BgClassName
{
background-color: #FC5BBB;
}
</style>
border-color css
<style>
span { border-color: #FC5BBB; }
span { border-color: rgb(252,91,187); }
td.TdClassName
{
border-color: #FC5BBB;
}
.TagClassName
{
border-color: #FC5BBB;
}
</style>