Shades of Hollywood Cerise #FC0198
Tints of Hollywood Cerise #FC0198
RGB
CMYK
RGB Variations
Color information
#FC0198 (or 0xFC0198) is known color: Hollywood Cerise. HEX triplet: FC, 01 and 98. RGB value is (252,1,152). Sum of RGB (Red+Green+Blue) = 252+1+152=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0198 is #03FE67. Grayscale: #5C5C5C. Windows color (decimal): -261736 or 9961980. OLE color: 9961980.
HSL color Cylindrical-coordinate representation of color #FC0198: hue angle of 323.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0198 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 152 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.01 |
| HSL | 323.9º | 0.99% | 0.5% | - |
| HSV(B) | 323.9º | 1% | 0.99% | - |
| XYZ | 45.82 | 22.98 | 31.73 | - |
| YUV | 93.26 | 161.16 | 241.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 152 | 0 | 1.00 | 0.40 | 0.01 | 323.9 | 0.99 | 0.5 |
| Hex | FC | 1 | 98 | 0 | 64 | 28 | 1 | 144 | 63 | 32 |
| Octal | 374 | 1 | 230 | 0 | 144 | 50 | 1 | 504 | 143 | 62 |
| Binary | 11111100 | 1 | 10011000 | 0 | 1100100 | 101000 | 1 | 101000100 | 1100011 | 110010 |
Color Harmonies of #FC0198
Complementary color
Monochromatic Colors of #FC0198
Black with #FC0198
Text Example
Text Example
White with #FC0198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0198; }
p { color: rgb(252,1,152); }
H1.HeaderClassName
{
color: #FC0198;
}
.AnyTagClassName
{
color: #FC0198;
}
</style>
background-color css
<style>
a { background-color: #FC0198; }
a { background-color: rgb(252,1,152); }
div.DivClassName
{
background-color: #FC0198;
}
.BgClassName
{
background-color: #FC0198;
}
</style>
border-color css
<style>
span { border-color: #FC0198; }
span { border-color: rgb(252,1,152); }
td.TdClassName
{
border-color: #FC0198;
}
.TagClassName
{
border-color: #FC0198;
}
</style>