Shades of Hollywood Cerise #F205A2
Tints of Hollywood Cerise #F205A2
RGB
CMYK
RGB Variations
Color information
#F205A2 (or 0xF205A2) is known color: Hollywood Cerise. HEX triplet: F2, 05 and A2. RGB value is (242,5,162). Sum of RGB (Red+Green+Blue) = 242+5+162=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F205A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F205A2 is #0DFA5D. Grayscale: #5D5D5D. Windows color (decimal): -916062 or 10618354. OLE color: 10618354.
HSL color Cylindrical-coordinate representation of color #F205A2: hue angle of 320.25º 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 #F205A2 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 162 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.05 |
| HSL | 320.25º | 0.96% | 0.48% | - |
| HSV(B) | 320.25º | 0.98% | 0.95% | - |
| XYZ | 43.19 | 21.59 | 36.07 | - |
| YUV | 93.76 | 166.52 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 162 | 0 | 0.98 | 0.33 | 0.05 | 320.25 | 0.96 | 0.48 |
| Hex | F2 | 5 | A2 | 0 | 62 | 21 | 5 | 140 | 60 | 30 |
| Octal | 362 | 5 | 242 | 0 | 142 | 41 | 5 | 500 | 140 | 60 |
| Binary | 11110010 | 101 | 10100010 | 0 | 1100010 | 100001 | 101 | 101000000 | 1100000 | 110000 |
Color Harmonies of #F205A2
Complementary color
Monochromatic Colors of #F205A2
Black with #F205A2
Text Example
Text Example
White with #F205A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205A2; }
p { color: rgb(242,5,162); }
H1.HeaderClassName
{
color: #F205A2;
}
.AnyTagClassName
{
color: #F205A2;
}
</style>
background-color css
<style>
a { background-color: #F205A2; }
a { background-color: rgb(242,5,162); }
div.DivClassName
{
background-color: #F205A2;
}
.BgClassName
{
background-color: #F205A2;
}
</style>
border-color css
<style>
span { border-color: #F205A2; }
span { border-color: rgb(242,5,162); }
td.TdClassName
{
border-color: #F205A2;
}
.TagClassName
{
border-color: #F205A2;
}
</style>