Shades of Hollywood Cerise #FC0093
Tints of Hollywood Cerise #FC0093
RGB
CMYK
RGB Variations
Color information
#FC0093 (or 0xFC0093) is known color: Hollywood Cerise. HEX triplet: FC, 00 and 93. RGB value is (252,0,147). Sum of RGB (Red+Green+Blue) = 252+0+147=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0093 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0093 is #03FF6C. Grayscale: #5B5B5B. Windows color (decimal): -261997 or 9634044. OLE color: 9634044.
HSL color Cylindrical-coordinate representation of color #FC0093: hue angle of 325º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0093 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.42 | 0.01 |
| HSL | 325º | 1% | 0.49% | - |
| HSV(B) | 325º | 1% | 0.99% | - |
| XYZ | 45.41 | 22.8 | 29.61 | - |
| YUV | 92.11 | 158.99 | 242.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 147 | 0 | 1 | 0.42 | 0.01 | 325 | 1 | 0.49 |
| Hex | FC | 0 | 93 | 0 | 64 | 2A | 1 | 145 | 64 | 31 |
| Octal | 374 | 0 | 223 | 0 | 144 | 52 | 1 | 505 | 144 | 61 |
| Binary | 11111100 | 0 | 10010011 | 0 | 1100100 | 101010 | 1 | 101000101 | 1100100 | 110001 |
Color Harmonies of #FC0093
Complementary color
Monochromatic Colors of #FC0093
Black with #FC0093
Text Example
Text Example
White with #FC0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0093; }
p { color: rgb(252,0,147); }
H1.HeaderClassName
{
color: #FC0093;
}
.AnyTagClassName
{
color: #FC0093;
}
</style>
background-color css
<style>
a { background-color: #FC0093; }
a { background-color: rgb(252,0,147); }
div.DivClassName
{
background-color: #FC0093;
}
.BgClassName
{
background-color: #FC0093;
}
</style>
border-color css
<style>
span { border-color: #FC0093; }
span { border-color: rgb(252,0,147); }
td.TdClassName
{
border-color: #FC0093;
}
.TagClassName
{
border-color: #FC0093;
}
</style>