Shades of Hollywood Cerise #F511A1
Tints of Hollywood Cerise #F511A1
RGB
CMYK
RGB Variations
Color information
#F511A1 (or 0xF511A1) is known color: Hollywood Cerise. HEX triplet: F5, 11 and A1. RGB value is (245,17,161). Sum of RGB (Red+Green+Blue) = 245+17+161=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F511A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F511A1 is #0AEE5E. Grayscale: #656565. Windows color (decimal): -716383 or 10555893. OLE color: 10555893.
HSL color Cylindrical-coordinate representation of color #F511A1: hue angle of 322.11º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F511A1 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 161 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.04 |
| HSL | 322.11º | 0.92% | 0.51% | - |
| HSV(B) | 322.11º | 0.93% | 0.96% | - |
| XYZ | 44.29 | 22.39 | 35.7 | - |
| YUV | 101.59 | 161.54 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 161 | 0 | 0.93 | 0.34 | 0.04 | 322.11 | 0.92 | 0.51 |
| Hex | F5 | 11 | A1 | 0 | 5D | 22 | 4 | 142 | 5C | 33 |
| Octal | 365 | 21 | 241 | 0 | 135 | 42 | 4 | 502 | 134 | 63 |
| Binary | 11110101 | 10001 | 10100001 | 0 | 1011101 | 100010 | 100 | 101000010 | 1011100 | 110011 |
Color Harmonies of #F511A1
Complementary color
Monochromatic Colors of #F511A1
Black with #F511A1
Text Example
Text Example
White with #F511A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F511A1; }
p { color: rgb(245,17,161); }
H1.HeaderClassName
{
color: #F511A1;
}
.AnyTagClassName
{
color: #F511A1;
}
</style>
background-color css
<style>
a { background-color: #F511A1; }
a { background-color: rgb(245,17,161); }
div.DivClassName
{
background-color: #F511A1;
}
.BgClassName
{
background-color: #F511A1;
}
</style>
border-color css
<style>
span { border-color: #F511A1; }
span { border-color: rgb(245,17,161); }
td.TdClassName
{
border-color: #F511A1;
}
.TagClassName
{
border-color: #F511A1;
}
</style>