Shades of Hollywood Cerise #FC0CA5
Tints of Hollywood Cerise #FC0CA5
RGB
CMYK
RGB Variations
Color information
#FC0CA5 (or 0xFC0CA5) is known color: Hollywood Cerise. HEX triplet: FC, 0C and A5. RGB value is (252,12,165). Sum of RGB (Red+Green+Blue) = 252+12+165=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0CA5 is #03F35A. Grayscale: #646464. Windows color (decimal): -258907 or 10816764. OLE color: 10816764.
HSL color Cylindrical-coordinate representation of color #FC0CA5: hue angle of 321.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0CA5 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 165 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.01 |
| HSL | 321.75º | 0.98% | 0.52% | - |
| HSV(B) | 321.75º | 0.95% | 0.99% | - |
| XYZ | 47.07 | 23.68 | 37.69 | - |
| YUV | 101.2 | 164.01 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 165 | 0 | 0.95 | 0.35 | 0.01 | 321.75 | 0.98 | 0.52 |
| Hex | FC | C | A5 | 0 | 5F | 23 | 1 | 142 | 62 | 34 |
| Octal | 374 | 14 | 245 | 0 | 137 | 43 | 1 | 502 | 142 | 64 |
| Binary | 11111100 | 1100 | 10100101 | 0 | 1011111 | 100011 | 1 | 101000010 | 1100010 | 110100 |
Color Harmonies of #FC0CA5
Complementary color
Monochromatic Colors of #FC0CA5
Black with #FC0CA5
Text Example
Text Example
White with #FC0CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0CA5; }
p { color: rgb(252,12,165); }
H1.HeaderClassName
{
color: #FC0CA5;
}
.AnyTagClassName
{
color: #FC0CA5;
}
</style>
background-color css
<style>
a { background-color: #FC0CA5; }
a { background-color: rgb(252,12,165); }
div.DivClassName
{
background-color: #FC0CA5;
}
.BgClassName
{
background-color: #FC0CA5;
}
</style>
border-color css
<style>
span { border-color: #FC0CA5; }
span { border-color: rgb(252,12,165); }
td.TdClassName
{
border-color: #FC0CA5;
}
.TagClassName
{
border-color: #FC0CA5;
}
</style>