Shades of Hollywood Cerise #F40398
Tints of Hollywood Cerise #F40398
RGB
CMYK
RGB Variations
Color information
#F40398 (or 0xF40398) is known color: Hollywood Cerise. HEX triplet: F4, 03 and 98. RGB value is (244,3,152). Sum of RGB (Red+Green+Blue) = 244+3+152=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 3 (1.56% from 255 or 0.75% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F40398 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40398 is #0BFC67. Grayscale: #5B5B5B. Windows color (decimal): -785512 or 9962484. OLE color: 9962484.
HSL color Cylindrical-coordinate representation of color #F40398: hue angle of 322.9º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40398 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 152 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.04 |
| HSL | 322.9º | 0.98% | 0.48% | - |
| HSV(B) | 322.9º | 0.99% | 0.96% | - |
| XYZ | 43.01 | 21.57 | 31.6 | - |
| YUV | 92.05 | 161.84 | 236.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 152 | 0 | 0.99 | 0.38 | 0.04 | 322.9 | 0.98 | 0.48 |
| Hex | F4 | 3 | 98 | 0 | 63 | 26 | 4 | 143 | 62 | 30 |
| Octal | 364 | 3 | 230 | 0 | 143 | 46 | 4 | 503 | 142 | 60 |
| Binary | 11110100 | 11 | 10011000 | 0 | 1100011 | 100110 | 100 | 101000011 | 1100010 | 110000 |
Color Harmonies of #F40398
Complementary color
Monochromatic Colors of #F40398
Black with #F40398
Text Example
Text Example
White with #F40398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40398; }
p { color: rgb(244,3,152); }
H1.HeaderClassName
{
color: #F40398;
}
.AnyTagClassName
{
color: #F40398;
}
</style>
background-color css
<style>
a { background-color: #F40398; }
a { background-color: rgb(244,3,152); }
div.DivClassName
{
background-color: #F40398;
}
.BgClassName
{
background-color: #F40398;
}
</style>
border-color css
<style>
span { border-color: #F40398; }
span { border-color: rgb(244,3,152); }
td.TdClassName
{
border-color: #F40398;
}
.TagClassName
{
border-color: #F40398;
}
</style>