Shades of Hollywood Cerise #F10FAC
Tints of Hollywood Cerise #F10FAC
RGB
CMYK
RGB Variations
Color information
#F10FAC (or 0xF10FAC) is known color: Hollywood Cerise. HEX triplet: F1, 0F and AC. RGB value is (241,15,172). Sum of RGB (Red+Green+Blue) = 241+15+172=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10FAC is #0EF053. Grayscale: #646464. Windows color (decimal): -979028 or 11276273. OLE color: 11276273.
HSL color Cylindrical-coordinate representation of color #F10FAC: hue angle of 318.32º 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 #F10FAC is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 172 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.05 |
| HSL | 318.32º | 0.89% | 0.5% | - |
| HSV(B) | 318.32º | 0.94% | 0.95% | - |
| XYZ | 43.89 | 22.02 | 40.97 | - |
| YUV | 100.47 | 168.37 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 172 | 0 | 0.94 | 0.29 | 0.05 | 318.32 | 0.89 | 0.5 |
| Hex | F1 | F | AC | 0 | 5E | 1D | 5 | 13E | 59 | 32 |
| Octal | 361 | 17 | 254 | 0 | 136 | 35 | 5 | 476 | 131 | 62 |
| Binary | 11110001 | 1111 | 10101100 | 0 | 1011110 | 11101 | 101 | 100111110 | 1011001 | 110010 |
Color Harmonies of #F10FAC
Complementary color
Monochromatic Colors of #F10FAC
Black with #F10FAC
Text Example
Text Example
White with #F10FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FAC; }
p { color: rgb(241,15,172); }
H1.HeaderClassName
{
color: #F10FAC;
}
.AnyTagClassName
{
color: #F10FAC;
}
</style>
background-color css
<style>
a { background-color: #F10FAC; }
a { background-color: rgb(241,15,172); }
div.DivClassName
{
background-color: #F10FAC;
}
.BgClassName
{
background-color: #F10FAC;
}
</style>
border-color css
<style>
span { border-color: #F10FAC; }
span { border-color: rgb(241,15,172); }
td.TdClassName
{
border-color: #F10FAC;
}
.TagClassName
{
border-color: #F10FAC;
}
</style>