Shades of Hollywood Cerise #F10AA4
Tints of Hollywood Cerise #F10AA4
RGB
CMYK
RGB Variations
Color information
#F10AA4 (or 0xF10AA4) is known color: Hollywood Cerise. HEX triplet: F1, 0A and A4. RGB value is (241,10,164). Sum of RGB (Red+Green+Blue) = 241+10+164=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F10AA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10AA4 is #0EF55B. Grayscale: #606060. Windows color (decimal): -980316 or 10750705. OLE color: 10750705.
HSL color Cylindrical-coordinate representation of color #F10AA4: hue angle of 320º 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 #F10AA4 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 164 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.05 |
| HSL | 320º | 0.92% | 0.49% | - |
| HSV(B) | 320º | 0.96% | 0.95% | - |
| XYZ | 43.09 | 21.6 | 37.02 | - |
| YUV | 96.63 | 166.03 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 164 | 0 | 0.96 | 0.32 | 0.05 | 320 | 0.92 | 0.49 |
| Hex | F1 | A | A4 | 0 | 60 | 20 | 5 | 140 | 5C | 31 |
| Octal | 361 | 12 | 244 | 0 | 140 | 40 | 5 | 500 | 134 | 61 |
| Binary | 11110001 | 1010 | 10100100 | 0 | 1100000 | 100000 | 101 | 101000000 | 1011100 | 110001 |
Color Harmonies of #F10AA4
Complementary color
Monochromatic Colors of #F10AA4
Black with #F10AA4
Text Example
Text Example
White with #F10AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10AA4; }
p { color: rgb(241,10,164); }
H1.HeaderClassName
{
color: #F10AA4;
}
.AnyTagClassName
{
color: #F10AA4;
}
</style>
background-color css
<style>
a { background-color: #F10AA4; }
a { background-color: rgb(241,10,164); }
div.DivClassName
{
background-color: #F10AA4;
}
.BgClassName
{
background-color: #F10AA4;
}
</style>
border-color css
<style>
span { border-color: #F10AA4; }
span { border-color: rgb(241,10,164); }
td.TdClassName
{
border-color: #F10AA4;
}
.TagClassName
{
border-color: #F10AA4;
}
</style>