Shades of Hollywood Cerise #F4008F
Tints of Hollywood Cerise #F4008F
RGB
CMYK
RGB Variations
Color information
#F4008F (or 0xF4008F) is known color: Hollywood Cerise. HEX triplet: F4, 00 and 8F. RGB value is (244,0,143). Sum of RGB (Red+Green+Blue) = 244+0+143=387 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.05% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 244 - color contains mainly: red. Hex color #F4008F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4008F is #0BFF70. Grayscale: #585858. Windows color (decimal): -786289 or 9371892. OLE color: 9371892.
HSL color Cylindrical-coordinate representation of color #F4008F: hue angle of 324.84º 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 #F4008F is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.41 | 0.04 |
| HSL | 324.84º | 1% | 0.48% | - |
| HSV(B) | 324.84º | 1% | 0.96% | - |
| XYZ | 42.27 | 21.22 | 27.85 | - |
| YUV | 89.26 | 158.34 | 238.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 143 | 0 | 1 | 0.41 | 0.04 | 324.84 | 1 | 0.48 |
| Hex | F4 | 0 | 8F | 0 | 64 | 29 | 4 | 145 | 64 | 30 |
| Octal | 364 | 0 | 217 | 0 | 144 | 51 | 4 | 505 | 144 | 60 |
| Binary | 11110100 | 0 | 10001111 | 0 | 1100100 | 101001 | 100 | 101000101 | 1100100 | 110000 |
Color Harmonies of #F4008F
Complementary color
Monochromatic Colors of #F4008F
Black with #F4008F
Text Example
Text Example
White with #F4008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4008F; }
p { color: rgb(244,0,143); }
H1.HeaderClassName
{
color: #F4008F;
}
.AnyTagClassName
{
color: #F4008F;
}
</style>
background-color css
<style>
a { background-color: #F4008F; }
a { background-color: rgb(244,0,143); }
div.DivClassName
{
background-color: #F4008F;
}
.BgClassName
{
background-color: #F4008F;
}
</style>
border-color css
<style>
span { border-color: #F4008F; }
span { border-color: rgb(244,0,143); }
td.TdClassName
{
border-color: #F4008F;
}
.TagClassName
{
border-color: #F4008F;
}
</style>