Shades of Hot Pink #FC5BB8
Tints of Hot Pink #FC5BB8
RGB
CMYK
RGB Variations
Color information
#FC5BB8 (or 0xFC5BB8) is known color: Hot Pink. HEX triplet: FC, 5B and B8. RGB value is (252,91,184). Sum of RGB (Red+Green+Blue) = 252+91+184=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5BB8 is #03A447. Grayscale: #959595. Windows color (decimal): -238664 or 12082172. OLE color: 12082172.
HSL color Cylindrical-coordinate representation of color #FC5BB8: hue angle of 325.34º 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 #FC5BB8 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 91 | 184 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.01 |
| HSL | 325.34º | 0.96% | 0.67% | - |
| HSV(B) | 325.34º | 0.64% | 0.99% | - |
| XYZ | 52.54 | 31.64 | 48.69 | - |
| YUV | 149.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 91 | 184 | 0 | 0.64 | 0.27 | 0.01 | 325.34 | 0.96 | 0.67 |
| Hex | FC | 5B | B8 | 0 | 40 | 1B | 1 | 145 | 60 | 43 |
| Octal | 374 | 133 | 270 | 0 | 100 | 33 | 1 | 505 | 140 | 103 |
| Binary | 11111100 | 1011011 | 10111000 | 0 | 1000000 | 11011 | 1 | 101000101 | 1100000 | 1000011 |
Color Harmonies of #FC5BB8
Complementary color
Monochromatic Colors of #FC5BB8
Black with #FC5BB8
Text Example
Text Example
White with #FC5BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5BB8; }
p { color: rgb(252,91,184); }
H1.HeaderClassName
{
color: #FC5BB8;
}
.AnyTagClassName
{
color: #FC5BB8;
}
</style>
background-color css
<style>
a { background-color: #FC5BB8; }
a { background-color: rgb(252,91,184); }
div.DivClassName
{
background-color: #FC5BB8;
}
.BgClassName
{
background-color: #FC5BB8;
}
</style>
border-color css
<style>
span { border-color: #FC5BB8; }
span { border-color: rgb(252,91,184); }
td.TdClassName
{
border-color: #FC5BB8;
}
.TagClassName
{
border-color: #FC5BB8;
}
</style>