Shades of Hollywood Cerise #F10FA8
Tints of Hollywood Cerise #F10FA8
RGB
CMYK
RGB Variations
Color information
#F10FA8 (or 0xF10FA8) is known color: Hollywood Cerise. HEX triplet: F1, 0F and A8. RGB value is (241,15,168). Sum of RGB (Red+Green+Blue) = 241+15+168=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10FA8 is #0EF057. Grayscale: #636363. Windows color (decimal): -979032 or 11014129. OLE color: 11014129.
HSL color Cylindrical-coordinate representation of color #F10FA8: hue angle of 319.38º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10FA8 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 168 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.05 |
| HSL | 319.38º | 0.89% | 0.5% | - |
| HSV(B) | 319.38º | 0.94% | 0.95% | - |
| XYZ | 43.51 | 21.87 | 38.97 | - |
| YUV | 100.02 | 166.37 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 168 | 0 | 0.94 | 0.30 | 0.05 | 319.38 | 0.89 | 0.5 |
| Hex | F1 | F | A8 | 0 | 5E | 1E | 5 | 13F | 59 | 32 |
| Octal | 361 | 17 | 250 | 0 | 136 | 36 | 5 | 477 | 131 | 62 |
| Binary | 11110001 | 1111 | 10101000 | 0 | 1011110 | 11110 | 101 | 100111111 | 1011001 | 110010 |
Color Harmonies of #F10FA8
Complementary color
Monochromatic Colors of #F10FA8
Black with #F10FA8
Text Example
Text Example
White with #F10FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FA8; }
p { color: rgb(241,15,168); }
H1.HeaderClassName
{
color: #F10FA8;
}
.AnyTagClassName
{
color: #F10FA8;
}
</style>
background-color css
<style>
a { background-color: #F10FA8; }
a { background-color: rgb(241,15,168); }
div.DivClassName
{
background-color: #F10FA8;
}
.BgClassName
{
background-color: #F10FA8;
}
</style>
border-color css
<style>
span { border-color: #F10FA8; }
span { border-color: rgb(241,15,168); }
td.TdClassName
{
border-color: #F10FA8;
}
.TagClassName
{
border-color: #F10FA8;
}
</style>