Shades of Hollywood Cerise #F10DAC
Tints of Hollywood Cerise #F10DAC
RGB
CMYK
RGB Variations
Color information
#F10DAC (or 0xF10DAC) is known color: Hollywood Cerise. HEX triplet: F1, 0D and AC. RGB value is (241,13,172). Sum of RGB (Red+Green+Blue) = 241+13+172=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10DAC is #0EF253. Grayscale: #626262. Windows color (decimal): -979540 or 11275761. OLE color: 11275761.
HSL color Cylindrical-coordinate representation of color #F10DAC: hue angle of 318.16º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10DAC is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 172 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.05 |
| HSL | 318.16º | 0.9% | 0.5% | - |
| HSV(B) | 318.16º | 0.95% | 0.95% | - |
| XYZ | 43.87 | 21.97 | 40.96 | - |
| YUV | 99.3 | 169.04 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 172 | 0 | 0.95 | 0.29 | 0.05 | 318.16 | 0.9 | 0.5 |
| Hex | F1 | D | AC | 0 | 5F | 1D | 5 | 13E | 5A | 32 |
| Octal | 361 | 15 | 254 | 0 | 137 | 35 | 5 | 476 | 132 | 62 |
| Binary | 11110001 | 1101 | 10101100 | 0 | 1011111 | 11101 | 101 | 100111110 | 1011010 | 110010 |
Color Harmonies of #F10DAC
Complementary color
Monochromatic Colors of #F10DAC
Black with #F10DAC
Text Example
Text Example
White with #F10DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10DAC; }
p { color: rgb(241,13,172); }
H1.HeaderClassName
{
color: #F10DAC;
}
.AnyTagClassName
{
color: #F10DAC;
}
</style>
background-color css
<style>
a { background-color: #F10DAC; }
a { background-color: rgb(241,13,172); }
div.DivClassName
{
background-color: #F10DAC;
}
.BgClassName
{
background-color: #F10DAC;
}
</style>
border-color css
<style>
span { border-color: #F10DAC; }
span { border-color: rgb(241,13,172); }
td.TdClassName
{
border-color: #F10DAC;
}
.TagClassName
{
border-color: #F10DAC;
}
</style>