Shades of Hollywood Cerise #F40898
Tints of Hollywood Cerise #F40898
RGB
CMYK
RGB Variations
Color information
#F40898 (or 0xF40898) is known color: Hollywood Cerise. HEX triplet: F4, 08 and 98. RGB value is (244,8,152). Sum of RGB (Red+Green+Blue) = 244+8+152=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F40898 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40898 is #0BF767. Grayscale: #5E5E5E. Windows color (decimal): -784232 or 9963764. OLE color: 9963764.
HSL color Cylindrical-coordinate representation of color #F40898: hue angle of 323.39º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F40898 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 8 | 152 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.04 |
| HSL | 323.39º | 0.94% | 0.49% | - |
| HSV(B) | 323.39º | 0.97% | 0.96% | - |
| XYZ | 43.06 | 21.67 | 31.62 | - |
| YUV | 94.98 | 160.19 | 234.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 8 | 152 | 0 | 0.97 | 0.38 | 0.04 | 323.39 | 0.94 | 0.49 |
| Hex | F4 | 8 | 98 | 0 | 61 | 26 | 4 | 143 | 5E | 31 |
| Octal | 364 | 10 | 230 | 0 | 141 | 46 | 4 | 503 | 136 | 61 |
| Binary | 11110100 | 1000 | 10011000 | 0 | 1100001 | 100110 | 100 | 101000011 | 1011110 | 110001 |
Color Harmonies of #F40898
Complementary color
Monochromatic Colors of #F40898
Black with #F40898
Text Example
Text Example
White with #F40898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40898; }
p { color: rgb(244,8,152); }
H1.HeaderClassName
{
color: #F40898;
}
.AnyTagClassName
{
color: #F40898;
}
</style>
background-color css
<style>
a { background-color: #F40898; }
a { background-color: rgb(244,8,152); }
div.DivClassName
{
background-color: #F40898;
}
.BgClassName
{
background-color: #F40898;
}
</style>
border-color css
<style>
span { border-color: #F40898; }
span { border-color: rgb(244,8,152); }
td.TdClassName
{
border-color: #F40898;
}
.TagClassName
{
border-color: #F40898;
}
</style>