Shades of Hollywood Cerise #F40095
Tints of Hollywood Cerise #F40095
RGB
CMYK
RGB Variations
Color information
#F40095 (or 0xF40095) is known color: Hollywood Cerise. HEX triplet: F4, 00 and 95. RGB value is (244,0,149). Sum of RGB (Red+Green+Blue) = 244+0+149=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F40095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40095 is #0BFF6A. Grayscale: #595959. Windows color (decimal): -786283 or 9765108. OLE color: 9765108.
HSL color Cylindrical-coordinate representation of color #F40095: hue angle of 323.36º 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 #F40095 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.39 | 0.04 |
| HSL | 323.36º | 1% | 0.48% | - |
| HSV(B) | 323.36º | 1% | 0.96% | - |
| XYZ | 42.73 | 21.4 | 30.31 | - |
| YUV | 89.94 | 161.34 | 237.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 149 | 0 | 1 | 0.39 | 0.04 | 323.36 | 1 | 0.48 |
| Hex | F4 | 0 | 95 | 0 | 64 | 27 | 4 | 143 | 64 | 30 |
| Octal | 364 | 0 | 225 | 0 | 144 | 47 | 4 | 503 | 144 | 60 |
| Binary | 11110100 | 0 | 10010101 | 0 | 1100100 | 100111 | 100 | 101000011 | 1100100 | 110000 |
Color Harmonies of #F40095
Complementary color
Monochromatic Colors of #F40095
Black with #F40095
Text Example
Text Example
White with #F40095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40095; }
p { color: rgb(244,0,149); }
H1.HeaderClassName
{
color: #F40095;
}
.AnyTagClassName
{
color: #F40095;
}
</style>
background-color css
<style>
a { background-color: #F40095; }
a { background-color: rgb(244,0,149); }
div.DivClassName
{
background-color: #F40095;
}
.BgClassName
{
background-color: #F40095;
}
</style>
border-color css
<style>
span { border-color: #F40095; }
span { border-color: rgb(244,0,149); }
td.TdClassName
{
border-color: #F40095;
}
.TagClassName
{
border-color: #F40095;
}
</style>