Shades of Hollywood Cerise #FC049B
Tints of Hollywood Cerise #FC049B
RGB
CMYK
RGB Variations
Color information
#FC049B (or 0xFC049B) is known color: Hollywood Cerise. HEX triplet: FC, 04 and 9B. RGB value is (252,4,155). Sum of RGB (Red+Green+Blue) = 252+4+155=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC049B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC049B is #03FB64. Grayscale: #5F5F5F. Windows color (decimal): -260965 or 10159356. OLE color: 10159356.
HSL color Cylindrical-coordinate representation of color #FC049B: hue angle of 323.47º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC049B is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 155 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.01 |
| HSL | 323.47º | 0.98% | 0.5% | - |
| HSV(B) | 323.47º | 0.98% | 0.99% | - |
| XYZ | 46.1 | 23.15 | 33.05 | - |
| YUV | 95.37 | 161.66 | 239.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 155 | 0 | 0.98 | 0.38 | 0.01 | 323.47 | 0.98 | 0.5 |
| Hex | FC | 4 | 9B | 0 | 62 | 26 | 1 | 143 | 62 | 32 |
| Octal | 374 | 4 | 233 | 0 | 142 | 46 | 1 | 503 | 142 | 62 |
| Binary | 11111100 | 100 | 10011011 | 0 | 1100010 | 100110 | 1 | 101000011 | 1100010 | 110010 |
Color Harmonies of #FC049B
Complementary color
Monochromatic Colors of #FC049B
Black with #FC049B
Text Example
Text Example
White with #FC049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC049B; }
p { color: rgb(252,4,155); }
H1.HeaderClassName
{
color: #FC049B;
}
.AnyTagClassName
{
color: #FC049B;
}
</style>
background-color css
<style>
a { background-color: #FC049B; }
a { background-color: rgb(252,4,155); }
div.DivClassName
{
background-color: #FC049B;
}
.BgClassName
{
background-color: #FC049B;
}
</style>
border-color css
<style>
span { border-color: #FC049B; }
span { border-color: rgb(252,4,155); }
td.TdClassName
{
border-color: #FC049B;
}
.TagClassName
{
border-color: #FC049B;
}
</style>