Shades of Hollywood Cerise #F10AAA
Tints of Hollywood Cerise #F10AAA
RGB
CMYK
RGB Variations
Color information
#F10AAA (or 0xF10AAA) is known color: Hollywood Cerise. HEX triplet: F1, 0A and AA. RGB value is (241,10,170). Sum of RGB (Red+Green+Blue) = 241+10+170=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F10AAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10AAA is #0EF555. Grayscale: #606060. Windows color (decimal): -980310 or 11143921. OLE color: 11143921.
HSL color Cylindrical-coordinate representation of color #F10AAA: hue angle of 318.44º 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 #F10AAA is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 170 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.05 |
| HSL | 318.44º | 0.92% | 0.49% | - |
| HSV(B) | 318.44º | 0.96% | 0.95% | - |
| XYZ | 43.64 | 21.82 | 39.94 | - |
| YUV | 97.31 | 169.03 | 230.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 170 | 0 | 0.96 | 0.29 | 0.05 | 318.44 | 0.92 | 0.49 |
| Hex | F1 | A | AA | 0 | 60 | 1D | 5 | 13E | 5C | 31 |
| Octal | 361 | 12 | 252 | 0 | 140 | 35 | 5 | 476 | 134 | 61 |
| Binary | 11110001 | 1010 | 10101010 | 0 | 1100000 | 11101 | 101 | 100111110 | 1011100 | 110001 |
Color Harmonies of #F10AAA
Complementary color
Monochromatic Colors of #F10AAA
Black with #F10AAA
Text Example
Text Example
White with #F10AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10AAA; }
p { color: rgb(241,10,170); }
H1.HeaderClassName
{
color: #F10AAA;
}
.AnyTagClassName
{
color: #F10AAA;
}
</style>
background-color css
<style>
a { background-color: #F10AAA; }
a { background-color: rgb(241,10,170); }
div.DivClassName
{
background-color: #F10AAA;
}
.BgClassName
{
background-color: #F10AAA;
}
</style>
border-color css
<style>
span { border-color: #F10AAA; }
span { border-color: rgb(241,10,170); }
td.TdClassName
{
border-color: #F10AAA;
}
.TagClassName
{
border-color: #F10AAA;
}
</style>