Shades of Hollywood Cerise #F00CA4
Tints of Hollywood Cerise #F00CA4
RGB
CMYK
RGB Variations
Color information
#F00CA4 (or 0xF00CA4) is known color: Hollywood Cerise. HEX triplet: F0, 0C and A4. RGB value is (240,12,164). Sum of RGB (Red+Green+Blue) = 240+12+164=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F00CA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00CA4 is #0FF35B. Grayscale: #616161. Windows color (decimal): -1045340 or 10751216. OLE color: 10751216.
HSL color Cylindrical-coordinate representation of color #F00CA4: hue angle of 320º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00CA4 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 164 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.06 |
| HSL | 320º | 0.9% | 0.49% | - |
| HSV(B) | 320º | 0.95% | 0.94% | - |
| XYZ | 42.77 | 21.47 | 37.01 | - |
| YUV | 97.5 | 165.54 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 164 | 0 | 0.95 | 0.32 | 0.06 | 320 | 0.9 | 0.49 |
| Hex | F0 | C | A4 | 0 | 5F | 20 | 6 | 140 | 5A | 31 |
| Octal | 360 | 14 | 244 | 0 | 137 | 40 | 6 | 500 | 132 | 61 |
| Binary | 11110000 | 1100 | 10100100 | 0 | 1011111 | 100000 | 110 | 101000000 | 1011010 | 110001 |
Color Harmonies of #F00CA4
Complementary color
Monochromatic Colors of #F00CA4
Black with #F00CA4
Text Example
Text Example
White with #F00CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00CA4; }
p { color: rgb(240,12,164); }
H1.HeaderClassName
{
color: #F00CA4;
}
.AnyTagClassName
{
color: #F00CA4;
}
</style>
background-color css
<style>
a { background-color: #F00CA4; }
a { background-color: rgb(240,12,164); }
div.DivClassName
{
background-color: #F00CA4;
}
.BgClassName
{
background-color: #F00CA4;
}
</style>
border-color css
<style>
span { border-color: #F00CA4; }
span { border-color: rgb(240,12,164); }
td.TdClassName
{
border-color: #F00CA4;
}
.TagClassName
{
border-color: #F00CA4;
}
</style>