Shades of Hollywood Cerise #F205A1
Tints of Hollywood Cerise #F205A1
RGB
CMYK
RGB Variations
Color information
#F205A1 (or 0xF205A1) is known color: Hollywood Cerise. HEX triplet: F2, 05 and A1. RGB value is (242,5,161). Sum of RGB (Red+Green+Blue) = 242+5+161=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F205A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F205A1 is #0DFA5E. Grayscale: #5D5D5D. Windows color (decimal): -916063 or 10552818. OLE color: 10552818.
HSL color Cylindrical-coordinate representation of color #F205A1: hue angle of 320.51º degrees, saturation: 0.96, 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 #F205A1 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 161 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.05 |
| HSL | 320.51º | 0.96% | 0.48% | - |
| HSV(B) | 320.51º | 0.98% | 0.95% | - |
| XYZ | 43.11 | 21.56 | 35.61 | - |
| YUV | 93.65 | 166.02 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 161 | 0 | 0.98 | 0.33 | 0.05 | 320.51 | 0.96 | 0.48 |
| Hex | F2 | 5 | A1 | 0 | 62 | 21 | 5 | 141 | 60 | 30 |
| Octal | 362 | 5 | 241 | 0 | 142 | 41 | 5 | 501 | 140 | 60 |
| Binary | 11110010 | 101 | 10100001 | 0 | 1100010 | 100001 | 101 | 101000001 | 1100000 | 110000 |
Color Harmonies of #F205A1
Complementary color
Monochromatic Colors of #F205A1
Black with #F205A1
Text Example
Text Example
White with #F205A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205A1; }
p { color: rgb(242,5,161); }
H1.HeaderClassName
{
color: #F205A1;
}
.AnyTagClassName
{
color: #F205A1;
}
</style>
background-color css
<style>
a { background-color: #F205A1; }
a { background-color: rgb(242,5,161); }
div.DivClassName
{
background-color: #F205A1;
}
.BgClassName
{
background-color: #F205A1;
}
</style>
border-color css
<style>
span { border-color: #F205A1; }
span { border-color: rgb(242,5,161); }
td.TdClassName
{
border-color: #F205A1;
}
.TagClassName
{
border-color: #F205A1;
}
</style>