Shades of Hollywood Cerise #F00090
Tints of Hollywood Cerise #F00090
RGB
CMYK
RGB Variations
Color information
#F00090 (or 0xF00090) is known color: Hollywood Cerise. HEX triplet: F0, 00 and 90. RGB value is (240,0,144). Sum of RGB (Red+Green+Blue) = 240+0+144=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F00090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00090 is #0FFF6F. Grayscale: #575757. Windows color (decimal): -1048432 or 9437424. OLE color: 9437424.
HSL color Cylindrical-coordinate representation of color #F00090: hue angle of 324º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00090 is Cyan = 0, Magento = 1, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 144 | - |
| CMYK | 0 | 1 | 0.4 | 0.06 |
| HSL | 324º | 1% | 0.47% | - |
| HSV(B) | 324º | 1% | 0.94% | - |
| XYZ | 40.97 | 20.54 | 28.19 | - |
| YUV | 88.18 | 159.51 | 236.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 144 | 0 | 1 | 0.4 | 0.06 | 324 | 1 | 0.47 |
| Hex | F0 | 0 | 90 | 0 | 64 | 28 | 6 | 144 | 64 | 2F |
| Octal | 360 | 0 | 220 | 0 | 144 | 50 | 6 | 504 | 144 | 57 |
| Binary | 11110000 | 0 | 10010000 | 0 | 1100100 | 101000 | 110 | 101000100 | 1100100 | 101111 |
Color Harmonies of #F00090
Complementary color
Monochromatic Colors of #F00090
Black with #F00090
Text Example
Text Example
White with #F00090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00090; }
p { color: rgb(240,0,144); }
H1.HeaderClassName
{
color: #F00090;
}
.AnyTagClassName
{
color: #F00090;
}
</style>
background-color css
<style>
a { background-color: #F00090; }
a { background-color: rgb(240,0,144); }
div.DivClassName
{
background-color: #F00090;
}
.BgClassName
{
background-color: #F00090;
}
</style>
border-color css
<style>
span { border-color: #F00090; }
span { border-color: rgb(240,0,144); }
td.TdClassName
{
border-color: #F00090;
}
.TagClassName
{
border-color: #F00090;
}
</style>