Shades of Hollywood Cerise #FF0CA1
Tints of Hollywood Cerise #FF0CA1
RGB
CMYK
RGB Variations
Color information
#FF0CA1 (or 0xFF0CA1) is known color: Hollywood Cerise. HEX triplet: FF, 0C and A1. RGB value is (255,12,161). Sum of RGB (Red+Green+Blue) = 255+12+161=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CA1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0CA1 is #00F35E. Grayscale: #656565. Windows color (decimal): -62303 or 10554623. OLE color: 10554623.
HSL color Cylindrical-coordinate representation of color #FF0CA1: hue angle of 323.21º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0CA1 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 161 | - |
| CMYK | 0 | 0.95 | 0.37 | 0 |
| HSL | 323.21º | 1% | 0.52% | - |
| HSV(B) | 323.21º | 0.95% | 1% | - |
| XYZ | 47.8 | 24.1 | 35.85 | - |
| YUV | 101.64 | 161.51 | 237.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 161 | 0 | 0.95 | 0.37 | 0 | 323.21 | 1 | 0.52 |
| Hex | FF | C | A1 | 0 | 5F | 25 | 0 | 143 | 64 | 34 |
| Octal | 377 | 14 | 241 | 0 | 137 | 45 | 0 | 503 | 144 | 64 |
| Binary | 11111111 | 1100 | 10100001 | 0 | 1011111 | 100101 | 0 | 101000011 | 1100100 | 110100 |
Color Harmonies of #FF0CA1
Complementary color
Monochromatic Colors of #FF0CA1
Black with #FF0CA1
Text Example
Text Example
White with #FF0CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CA1; }
p { color: rgb(255,12,161); }
H1.HeaderClassName
{
color: #FF0CA1;
}
.AnyTagClassName
{
color: #FF0CA1;
}
</style>
background-color css
<style>
a { background-color: #FF0CA1; }
a { background-color: rgb(255,12,161); }
div.DivClassName
{
background-color: #FF0CA1;
}
.BgClassName
{
background-color: #FF0CA1;
}
</style>
border-color css
<style>
span { border-color: #FF0CA1; }
span { border-color: rgb(255,12,161); }
td.TdClassName
{
border-color: #FF0CA1;
}
.TagClassName
{
border-color: #FF0CA1;
}
</style>