Shades of Hollywood Cerise #F108A1
Tints of Hollywood Cerise #F108A1
RGB
CMYK
RGB Variations
Color information
#F108A1 (or 0xF108A1) is known color: Hollywood Cerise. HEX triplet: F1, 08 and A1. RGB value is (241,8,161). Sum of RGB (Red+Green+Blue) = 241+8+161=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F108A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F108A1 is #0EF75E. Grayscale: #5E5E5E. Windows color (decimal): -980831 or 10553585. OLE color: 10553585.
HSL color Cylindrical-coordinate representation of color #F108A1: hue angle of 320.6º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F108A1 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 161 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.05 |
| HSL | 320.6º | 0.94% | 0.49% | - |
| HSV(B) | 320.6º | 0.97% | 0.95% | - |
| XYZ | 42.8 | 21.45 | 35.6 | - |
| YUV | 95.11 | 165.19 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 161 | 0 | 0.97 | 0.33 | 0.05 | 320.6 | 0.94 | 0.49 |
| Hex | F1 | 8 | A1 | 0 | 61 | 21 | 5 | 141 | 5E | 31 |
| Octal | 361 | 10 | 241 | 0 | 141 | 41 | 5 | 501 | 136 | 61 |
| Binary | 11110001 | 1000 | 10100001 | 0 | 1100001 | 100001 | 101 | 101000001 | 1011110 | 110001 |
Color Harmonies of #F108A1
Complementary color
Monochromatic Colors of #F108A1
Black with #F108A1
Text Example
Text Example
White with #F108A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F108A1; }
p { color: rgb(241,8,161); }
H1.HeaderClassName
{
color: #F108A1;
}
.AnyTagClassName
{
color: #F108A1;
}
</style>
background-color css
<style>
a { background-color: #F108A1; }
a { background-color: rgb(241,8,161); }
div.DivClassName
{
background-color: #F108A1;
}
.BgClassName
{
background-color: #F108A1;
}
</style>
border-color css
<style>
span { border-color: #F108A1; }
span { border-color: rgb(241,8,161); }
td.TdClassName
{
border-color: #F108A1;
}
.TagClassName
{
border-color: #F108A1;
}
</style>