Shades of Hollywood Cerise #F40093
Tints of Hollywood Cerise #F40093
RGB
CMYK
RGB Variations
Color information
#F40093 (or 0xF40093) is known color: Hollywood Cerise. HEX triplet: F4, 00 and 93. RGB value is (244,0,147). Sum of RGB (Red+Green+Blue) = 244+0+147=391 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.40% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 244 - color contains mainly: red. Hex color #F40093 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40093 is #0BFF6C. Grayscale: #595959. Windows color (decimal): -786285 or 9634036. OLE color: 9634036.
HSL color Cylindrical-coordinate representation of color #F40093: hue angle of 323.85º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40093 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.40 | 0.04 |
| HSL | 323.85º | 1% | 0.48% | - |
| HSV(B) | 323.85º | 1% | 0.96% | - |
| XYZ | 42.57 | 21.34 | 29.48 | - |
| YUV | 89.71 | 160.34 | 238.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 147 | 0 | 1 | 0.40 | 0.04 | 323.85 | 1 | 0.48 |
| Hex | F4 | 0 | 93 | 0 | 64 | 28 | 4 | 144 | 64 | 30 |
| Octal | 364 | 0 | 223 | 0 | 144 | 50 | 4 | 504 | 144 | 60 |
| Binary | 11110100 | 0 | 10010011 | 0 | 1100100 | 101000 | 100 | 101000100 | 1100100 | 110000 |
Color Harmonies of #F40093
Complementary color
Monochromatic Colors of #F40093
Black with #F40093
Text Example
Text Example
White with #F40093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40093; }
p { color: rgb(244,0,147); }
H1.HeaderClassName
{
color: #F40093;
}
.AnyTagClassName
{
color: #F40093;
}
</style>
background-color css
<style>
a { background-color: #F40093; }
a { background-color: rgb(244,0,147); }
div.DivClassName
{
background-color: #F40093;
}
.BgClassName
{
background-color: #F40093;
}
</style>
border-color css
<style>
span { border-color: #F40093; }
span { border-color: rgb(244,0,147); }
td.TdClassName
{
border-color: #F40093;
}
.TagClassName
{
border-color: #F40093;
}
</style>