Shades of Hollywood Cerise #F204AD
Tints of Hollywood Cerise #F204AD
RGB
CMYK
RGB Variations
Color information
#F204AD (or 0xF204AD) is known color: Hollywood Cerise. HEX triplet: F2, 04 and AD. RGB value is (242,4,173). Sum of RGB (Red+Green+Blue) = 242+4+173=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F204AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F204AD is #0DFB52. Grayscale: #5D5D5D. Windows color (decimal): -916307 or 11338994. OLE color: 11338994.
HSL color Cylindrical-coordinate representation of color #F204AD: hue angle of 317.39º 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 #F204AD is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.05 |
| HSL | 317.4º | 0.97% | 0.48% | - |
| HSV(B) | 317.4º | 0.98% | 0.95% | - |
| XYZ | 44.2 | 21.98 | 41.45 | - |
| YUV | 94.43 | 172.35 | 233.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 173 | 0 | 0.98 | 0.29 | 0.05 | 317.4 | 0.97 | 0.48 |
| Hex | F2 | 4 | AD | 0 | 62 | 1D | 5 | 13D | 61 | 30 |
| Octal | 362 | 4 | 255 | 0 | 142 | 35 | 5 | 475 | 141 | 60 |
| Binary | 11110010 | 100 | 10101101 | 0 | 1100010 | 11101 | 101 | 100111101 | 1100001 | 110000 |
Color Harmonies of #F204AD
Complementary color
Monochromatic Colors of #F204AD
Black with #F204AD
Text Example
Text Example
White with #F204AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F204AD; }
p { color: rgb(242,4,173); }
H1.HeaderClassName
{
color: #F204AD;
}
.AnyTagClassName
{
color: #F204AD;
}
</style>
background-color css
<style>
a { background-color: #F204AD; }
a { background-color: rgb(242,4,173); }
div.DivClassName
{
background-color: #F204AD;
}
.BgClassName
{
background-color: #F204AD;
}
</style>
border-color css
<style>
span { border-color: #F204AD; }
span { border-color: rgb(242,4,173); }
td.TdClassName
{
border-color: #F204AD;
}
.TagClassName
{
border-color: #F204AD;
}
</style>