Shades of Hollywood Cerise #FC0395
Tints of Hollywood Cerise #FC0395
RGB
CMYK
RGB Variations
Color information
#FC0395 (or 0xFC0395) is known color: Hollywood Cerise. HEX triplet: FC, 03 and 95. RGB value is (252,3,149). Sum of RGB (Red+Green+Blue) = 252+3+149=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0395 is #03FC6A. Grayscale: #5D5D5D. Windows color (decimal): -261227 or 9765884. OLE color: 9765884.
HSL color Cylindrical-coordinate representation of color #FC0395: hue angle of 324.82º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0395 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 149 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.01 |
| HSL | 324.82º | 0.98% | 0.5% | - |
| HSV(B) | 324.82º | 0.99% | 0.99% | - |
| XYZ | 45.6 | 22.93 | 30.46 | - |
| YUV | 94.1 | 158.99 | 240.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 149 | 0 | 0.99 | 0.41 | 0.01 | 324.82 | 0.98 | 0.5 |
| Hex | FC | 3 | 95 | 0 | 63 | 29 | 1 | 145 | 62 | 32 |
| Octal | 374 | 3 | 225 | 0 | 143 | 51 | 1 | 505 | 142 | 62 |
| Binary | 11111100 | 11 | 10010101 | 0 | 1100011 | 101001 | 1 | 101000101 | 1100010 | 110010 |
Color Harmonies of #FC0395
Complementary color
Monochromatic Colors of #FC0395
Black with #FC0395
Text Example
Text Example
White with #FC0395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0395; }
p { color: rgb(252,3,149); }
H1.HeaderClassName
{
color: #FC0395;
}
.AnyTagClassName
{
color: #FC0395;
}
</style>
background-color css
<style>
a { background-color: #FC0395; }
a { background-color: rgb(252,3,149); }
div.DivClassName
{
background-color: #FC0395;
}
.BgClassName
{
background-color: #FC0395;
}
</style>
border-color css
<style>
span { border-color: #FC0395; }
span { border-color: rgb(252,3,149); }
td.TdClassName
{
border-color: #FC0395;
}
.TagClassName
{
border-color: #FC0395;
}
</style>