Shades of Hollywood Cerise #F10AAC
Tints of Hollywood Cerise #F10AAC
RGB
CMYK
RGB Variations
Color information
#F10AAC (or 0xF10AAC) is known color: Hollywood Cerise. HEX triplet: F1, 0A and AC. RGB value is (241,10,172). Sum of RGB (Red+Green+Blue) = 241+10+172=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F10AAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10AAC is #0EF553. Grayscale: #616161. Windows color (decimal): -980308 or 11274993. OLE color: 11274993.
HSL color Cylindrical-coordinate representation of color #F10AAC: hue angle of 317.92º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10AAC is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 172 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.05 |
| HSL | 317.92º | 0.92% | 0.49% | - |
| HSV(B) | 317.92º | 0.96% | 0.95% | - |
| XYZ | 43.83 | 21.9 | 40.95 | - |
| YUV | 97.54 | 170.03 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 172 | 0 | 0.96 | 0.29 | 0.05 | 317.92 | 0.92 | 0.49 |
| Hex | F1 | A | AC | 0 | 60 | 1D | 5 | 13E | 5C | 31 |
| Octal | 361 | 12 | 254 | 0 | 140 | 35 | 5 | 476 | 134 | 61 |
| Binary | 11110001 | 1010 | 10101100 | 0 | 1100000 | 11101 | 101 | 100111110 | 1011100 | 110001 |
Color Harmonies of #F10AAC
Complementary color
Monochromatic Colors of #F10AAC
Black with #F10AAC
Text Example
Text Example
White with #F10AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10AAC; }
p { color: rgb(241,10,172); }
H1.HeaderClassName
{
color: #F10AAC;
}
.AnyTagClassName
{
color: #F10AAC;
}
</style>
background-color css
<style>
a { background-color: #F10AAC; }
a { background-color: rgb(241,10,172); }
div.DivClassName
{
background-color: #F10AAC;
}
.BgClassName
{
background-color: #F10AAC;
}
</style>
border-color css
<style>
span { border-color: #F10AAC; }
span { border-color: rgb(241,10,172); }
td.TdClassName
{
border-color: #F10AAC;
}
.TagClassName
{
border-color: #F10AAC;
}
</style>