Shades of Hollywood Cerise #F204A1
Tints of Hollywood Cerise #F204A1
RGB
CMYK
RGB Variations
Color information
#F204A1 (or 0xF204A1) is known color: Hollywood Cerise. HEX triplet: F2, 04 and A1. RGB value is (242,4,161). Sum of RGB (Red+Green+Blue) = 242+4+161=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F204A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F204A1 is #0DFB5E. Grayscale: #5C5C5C. Windows color (decimal): -916319 or 10552562. OLE color: 10552562.
HSL color Cylindrical-coordinate representation of color #F204A1: hue angle of 320.42º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F204A1 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 161 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.05 |
| HSL | 320.42º | 0.97% | 0.48% | - |
| HSV(B) | 320.42º | 0.98% | 0.95% | - |
| XYZ | 43.09 | 21.54 | 35.6 | - |
| YUV | 93.06 | 166.35 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 161 | 0 | 0.98 | 0.33 | 0.05 | 320.42 | 0.97 | 0.48 |
| Hex | F2 | 4 | A1 | 0 | 62 | 21 | 5 | 140 | 61 | 30 |
| Octal | 362 | 4 | 241 | 0 | 142 | 41 | 5 | 500 | 141 | 60 |
| Binary | 11110010 | 100 | 10100001 | 0 | 1100010 | 100001 | 101 | 101000000 | 1100001 | 110000 |
Color Harmonies of #F204A1
Complementary color
Monochromatic Colors of #F204A1
Black with #F204A1
Text Example
Text Example
White with #F204A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F204A1; }
p { color: rgb(242,4,161); }
H1.HeaderClassName
{
color: #F204A1;
}
.AnyTagClassName
{
color: #F204A1;
}
</style>
background-color css
<style>
a { background-color: #F204A1; }
a { background-color: rgb(242,4,161); }
div.DivClassName
{
background-color: #F204A1;
}
.BgClassName
{
background-color: #F204A1;
}
</style>
border-color css
<style>
span { border-color: #F204A1; }
span { border-color: rgb(242,4,161); }
td.TdClassName
{
border-color: #F204A1;
}
.TagClassName
{
border-color: #F204A1;
}
</style>