Shades of Hollywood Cerise #F10090
Tints of Hollywood Cerise #F10090
RGB
CMYK
RGB Variations
Color information
#F10090 (or 0xF10090) is known color: Hollywood Cerise. HEX triplet: F1, 00 and 90. RGB value is (241,0,144). Sum of RGB (Red+Green+Blue) = 241+0+144=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F10090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10090 is #0EFF6F. Grayscale: #585858. Windows color (decimal): -982896 or 9437425. OLE color: 9437425.
HSL color Cylindrical-coordinate representation of color #F10090: hue angle of 324.15º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10090 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 144 | - |
| CMYK | 0 | 1 | 0.40 | 0.05 |
| HSL | 324.15º | 1% | 0.47% | - |
| HSV(B) | 324.15º | 1% | 0.95% | - |
| XYZ | 41.31 | 20.71 | 28.21 | - |
| YUV | 88.48 | 159.34 | 236.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 144 | 0 | 1 | 0.40 | 0.05 | 324.15 | 1 | 0.47 |
| Hex | F1 | 0 | 90 | 0 | 64 | 28 | 5 | 144 | 64 | 2F |
| Octal | 361 | 0 | 220 | 0 | 144 | 50 | 5 | 504 | 144 | 57 |
| Binary | 11110001 | 0 | 10010000 | 0 | 1100100 | 101000 | 101 | 101000100 | 1100100 | 101111 |
Color Harmonies of #F10090
Complementary color
Monochromatic Colors of #F10090
Black with #F10090
Text Example
Text Example
White with #F10090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10090; }
p { color: rgb(241,0,144); }
H1.HeaderClassName
{
color: #F10090;
}
.AnyTagClassName
{
color: #F10090;
}
</style>
background-color css
<style>
a { background-color: #F10090; }
a { background-color: rgb(241,0,144); }
div.DivClassName
{
background-color: #F10090;
}
.BgClassName
{
background-color: #F10090;
}
</style>
border-color css
<style>
span { border-color: #F10090; }
span { border-color: rgb(241,0,144); }
td.TdClassName
{
border-color: #F10090;
}
.TagClassName
{
border-color: #F10090;
}
</style>