Shades of Hollywood Cerise #F10EAF
Tints of Hollywood Cerise #F10EAF
RGB
CMYK
RGB Variations
Color information
#F10EAF (or 0xF10EAF) is known color: Hollywood Cerise. HEX triplet: F1, 0E and AF. RGB value is (241,14,175). Sum of RGB (Red+Green+Blue) = 241+14+175=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F10EAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10EAF is #0EF150. Grayscale: #636363. Windows color (decimal): -979281 or 11472625. OLE color: 11472625.
HSL color Cylindrical-coordinate representation of color #F10EAF: hue angle of 317.44º 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 #F10EAF is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 175 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.05 |
| HSL | 317.44º | 0.89% | 0.5% | - |
| HSV(B) | 317.44º | 0.94% | 0.95% | - |
| XYZ | 44.17 | 22.11 | 42.5 | - |
| YUV | 100.23 | 170.21 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 175 | 0 | 0.94 | 0.27 | 0.05 | 317.44 | 0.89 | 0.5 |
| Hex | F1 | E | AF | 0 | 5E | 1B | 5 | 13D | 59 | 32 |
| Octal | 361 | 16 | 257 | 0 | 136 | 33 | 5 | 475 | 131 | 62 |
| Binary | 11110001 | 1110 | 10101111 | 0 | 1011110 | 11011 | 101 | 100111101 | 1011001 | 110010 |
Color Harmonies of #F10EAF
Complementary color
Monochromatic Colors of #F10EAF
Black with #F10EAF
Text Example
Text Example
White with #F10EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10EAF; }
p { color: rgb(241,14,175); }
H1.HeaderClassName
{
color: #F10EAF;
}
.AnyTagClassName
{
color: #F10EAF;
}
</style>
background-color css
<style>
a { background-color: #F10EAF; }
a { background-color: rgb(241,14,175); }
div.DivClassName
{
background-color: #F10EAF;
}
.BgClassName
{
background-color: #F10EAF;
}
</style>
border-color css
<style>
span { border-color: #F10EAF; }
span { border-color: rgb(241,14,175); }
td.TdClassName
{
border-color: #F10EAF;
}
.TagClassName
{
border-color: #F10EAF;
}
</style>