Shades of Hot Pink #FC55B8
Tints of Hot Pink #FC55B8
RGB
CMYK
RGB Variations
Color information
#FC55B8 (or 0xFC55B8) is known color: Hot Pink. HEX triplet: FC, 55 and B8. RGB value is (252,85,184). Sum of RGB (Red+Green+Blue) = 252+85+184=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55B8 is #03AA47. Grayscale: #919191. Windows color (decimal): -240200 or 12080636. OLE color: 12080636.
HSL color Cylindrical-coordinate representation of color #FC55B8: hue angle of 324.43º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC55B8 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 184 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.01 |
| HSL | 324.43º | 0.97% | 0.66% | - |
| HSV(B) | 324.43º | 0.66% | 0.99% | - |
| XYZ | 52.05 | 30.65 | 48.52 | - |
| YUV | 146.22 | 149.33 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 184 | 0 | 0.66 | 0.27 | 0.01 | 324.43 | 0.97 | 0.66 |
| Hex | FC | 55 | B8 | 0 | 42 | 1B | 1 | 144 | 61 | 42 |
| Octal | 374 | 125 | 270 | 0 | 102 | 33 | 1 | 504 | 141 | 102 |
| Binary | 11111100 | 1010101 | 10111000 | 0 | 1000010 | 11011 | 1 | 101000100 | 1100001 | 1000010 |
Color Harmonies of #FC55B8
Complementary color
Monochromatic Colors of #FC55B8
Black with #FC55B8
Text Example
Text Example
White with #FC55B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC55B8; }
p { color: rgb(252,85,184); }
H1.HeaderClassName
{
color: #FC55B8;
}
.AnyTagClassName
{
color: #FC55B8;
}
</style>
background-color css
<style>
a { background-color: #FC55B8; }
a { background-color: rgb(252,85,184); }
div.DivClassName
{
background-color: #FC55B8;
}
.BgClassName
{
background-color: #FC55B8;
}
</style>
border-color css
<style>
span { border-color: #FC55B8; }
span { border-color: rgb(252,85,184); }
td.TdClassName
{
border-color: #FC55B8;
}
.TagClassName
{
border-color: #FC55B8;
}
</style>