Shades of Hollywood Cerise #F204AA
Tints of Hollywood Cerise #F204AA
RGB
CMYK
RGB Variations
Color information
#F204AA (or 0xF204AA) is known color: Hollywood Cerise. HEX triplet: F2, 04 and AA. RGB value is (242,4,170). Sum of RGB (Red+Green+Blue) = 242+4+170=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 4 (1.95% from 255 or 0.96% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F204AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F204AA is #0DFB55. Grayscale: #5D5D5D. Windows color (decimal): -916310 or 11142386. OLE color: 11142386.
HSL color Cylindrical-coordinate representation of color #F204AA: hue angle of 318.15º 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 #F204AA is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 170 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.05 |
| HSL | 318.15º | 0.97% | 0.48% | - |
| HSV(B) | 318.15º | 0.98% | 0.95% | - |
| XYZ | 43.92 | 21.87 | 39.94 | - |
| YUV | 94.09 | 170.85 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 170 | 0 | 0.98 | 0.30 | 0.05 | 318.15 | 0.97 | 0.48 |
| Hex | F2 | 4 | AA | 0 | 62 | 1E | 5 | 13E | 61 | 30 |
| Octal | 362 | 4 | 252 | 0 | 142 | 36 | 5 | 476 | 141 | 60 |
| Binary | 11110010 | 100 | 10101010 | 0 | 1100010 | 11110 | 101 | 100111110 | 1100001 | 110000 |
Color Harmonies of #F204AA
Complementary color
Monochromatic Colors of #F204AA
Black with #F204AA
Text Example
Text Example
White with #F204AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F204AA; }
p { color: rgb(242,4,170); }
H1.HeaderClassName
{
color: #F204AA;
}
.AnyTagClassName
{
color: #F204AA;
}
</style>
background-color css
<style>
a { background-color: #F204AA; }
a { background-color: rgb(242,4,170); }
div.DivClassName
{
background-color: #F204AA;
}
.BgClassName
{
background-color: #F204AA;
}
</style>
border-color css
<style>
span { border-color: #F204AA; }
span { border-color: rgb(242,4,170); }
td.TdClassName
{
border-color: #F204AA;
}
.TagClassName
{
border-color: #F204AA;
}
</style>