Shades of Hollywood Cerise #F10390
Tints of Hollywood Cerise #F10390
RGB
CMYK
RGB Variations
Color information
#F10390 (or 0xF10390) is known color: Hollywood Cerise. HEX triplet: F1, 03 and 90. RGB value is (241,3,144). Sum of RGB (Red+Green+Blue) = 241+3+144=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F10390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10390 is #0EFC6F. Grayscale: #595959. Windows color (decimal): -982128 or 9438193. OLE color: 9438193.
HSL color Cylindrical-coordinate representation of color #F10390: hue angle of 324.45º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10390 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 144 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.05 |
| HSL | 324.45º | 0.98% | 0.48% | - |
| HSV(B) | 324.45º | 0.99% | 0.95% | - |
| XYZ | 41.34 | 20.78 | 28.22 | - |
| YUV | 90.24 | 158.35 | 235.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 144 | 0 | 0.99 | 0.40 | 0.05 | 324.45 | 0.98 | 0.48 |
| Hex | F1 | 3 | 90 | 0 | 63 | 28 | 5 | 144 | 62 | 30 |
| Octal | 361 | 3 | 220 | 0 | 143 | 50 | 5 | 504 | 142 | 60 |
| Binary | 11110001 | 11 | 10010000 | 0 | 1100011 | 101000 | 101 | 101000100 | 1100010 | 110000 |
Color Harmonies of #F10390
Complementary color
Monochromatic Colors of #F10390
Black with #F10390
Text Example
Text Example
White with #F10390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10390; }
p { color: rgb(241,3,144); }
H1.HeaderClassName
{
color: #F10390;
}
.AnyTagClassName
{
color: #F10390;
}
</style>
background-color css
<style>
a { background-color: #F10390; }
a { background-color: rgb(241,3,144); }
div.DivClassName
{
background-color: #F10390;
}
.BgClassName
{
background-color: #F10390;
}
</style>
border-color css
<style>
span { border-color: #F10390; }
span { border-color: rgb(241,3,144); }
td.TdClassName
{
border-color: #F10390;
}
.TagClassName
{
border-color: #F10390;
}
</style>