Shades of Hollywood Cerise #F10BA0
Tints of Hollywood Cerise #F10BA0
RGB
CMYK
RGB Variations
Color information
#F10BA0 (or 0xF10BA0) is known color: Hollywood Cerise. HEX triplet: F1, 0B and A0. RGB value is (241,11,160). Sum of RGB (Red+Green+Blue) = 241+11+160=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10BA0 is #0EF45F. Grayscale: #606060. Windows color (decimal): -980064 or 10488817. OLE color: 10488817.
HSL color Cylindrical-coordinate representation of color #F10BA0: hue angle of 321.13º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10BA0 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 160 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.05 |
| HSL | 321.13º | 0.91% | 0.49% | - |
| HSV(B) | 321.13º | 0.95% | 0.95% | - |
| XYZ | 42.74 | 21.48 | 35.15 | - |
| YUV | 96.76 | 163.7 | 230.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 160 | 0 | 0.95 | 0.34 | 0.05 | 321.13 | 0.91 | 0.49 |
| Hex | F1 | B | A0 | 0 | 5F | 22 | 5 | 141 | 5B | 31 |
| Octal | 361 | 13 | 240 | 0 | 137 | 42 | 5 | 501 | 133 | 61 |
| Binary | 11110001 | 1011 | 10100000 | 0 | 1011111 | 100010 | 101 | 101000001 | 1011011 | 110001 |
Color Harmonies of #F10BA0
Complementary color
Monochromatic Colors of #F10BA0
Black with #F10BA0
Text Example
Text Example
White with #F10BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BA0; }
p { color: rgb(241,11,160); }
H1.HeaderClassName
{
color: #F10BA0;
}
.AnyTagClassName
{
color: #F10BA0;
}
</style>
background-color css
<style>
a { background-color: #F10BA0; }
a { background-color: rgb(241,11,160); }
div.DivClassName
{
background-color: #F10BA0;
}
.BgClassName
{
background-color: #F10BA0;
}
</style>
border-color css
<style>
span { border-color: #F10BA0; }
span { border-color: rgb(241,11,160); }
td.TdClassName
{
border-color: #F10BA0;
}
.TagClassName
{
border-color: #F10BA0;
}
</style>