Shades of Hollywood Cerise #F40EAC
Tints of Hollywood Cerise #F40EAC
RGB
CMYK
RGB Variations
Color information
#F40EAC (or 0xF40EAC) is known color: Hollywood Cerise. HEX triplet: F4, 0E and AC. RGB value is (244,14,172). Sum of RGB (Red+Green+Blue) = 244+14+172=430 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.74% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 244 - color contains mainly: red. Hex color #F40EAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40EAC is #0BF153. Grayscale: #646464. Windows color (decimal): -782676 or 11276020. OLE color: 11276020.
HSL color Cylindrical-coordinate representation of color #F40EAC: hue angle of 318.78º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40EAC is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 14 | 172 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.04 |
| HSL | 318.78º | 0.91% | 0.51% | - |
| HSV(B) | 318.78º | 0.94% | 0.96% | - |
| XYZ | 44.91 | 22.53 | 41.01 | - |
| YUV | 100.78 | 168.2 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 14 | 172 | 0 | 0.94 | 0.30 | 0.04 | 318.78 | 0.91 | 0.51 |
| Hex | F4 | E | AC | 0 | 5E | 1E | 4 | 13F | 5B | 33 |
| Octal | 364 | 16 | 254 | 0 | 136 | 36 | 4 | 477 | 133 | 63 |
| Binary | 11110100 | 1110 | 10101100 | 0 | 1011110 | 11110 | 100 | 100111111 | 1011011 | 110011 |
Color Harmonies of #F40EAC
Complementary color
Monochromatic Colors of #F40EAC
Black with #F40EAC
Text Example
Text Example
White with #F40EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40EAC; }
p { color: rgb(244,14,172); }
H1.HeaderClassName
{
color: #F40EAC;
}
.AnyTagClassName
{
color: #F40EAC;
}
</style>
background-color css
<style>
a { background-color: #F40EAC; }
a { background-color: rgb(244,14,172); }
div.DivClassName
{
background-color: #F40EAC;
}
.BgClassName
{
background-color: #F40EAC;
}
</style>
border-color css
<style>
span { border-color: #F40EAC; }
span { border-color: rgb(244,14,172); }
td.TdClassName
{
border-color: #F40EAC;
}
.TagClassName
{
border-color: #F40EAC;
}
</style>