Shades of Hollywood Cerise #F205A3
Tints of Hollywood Cerise #F205A3
RGB
CMYK
RGB Variations
Color information
#F205A3 (or 0xF205A3) is known color: Hollywood Cerise. HEX triplet: F2, 05 and A3. RGB value is (242,5,163). Sum of RGB (Red+Green+Blue) = 242+5+163=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 163 (64.06% from 255 or 39.76% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F205A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F205A3 is #0DFA5C. Grayscale: #5D5D5D. Windows color (decimal): -916061 or 10683890. OLE color: 10683890.
HSL color Cylindrical-coordinate representation of color #F205A3: hue angle of 320º 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 #F205A3 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 163 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.05 |
| HSL | 320º | 0.96% | 0.48% | - |
| HSV(B) | 320º | 0.98% | 0.95% | - |
| XYZ | 43.28 | 21.63 | 36.54 | - |
| YUV | 93.88 | 167.02 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 163 | 0 | 0.98 | 0.33 | 0.05 | 320 | 0.96 | 0.48 |
| Hex | F2 | 5 | A3 | 0 | 62 | 21 | 5 | 140 | 60 | 30 |
| Octal | 362 | 5 | 243 | 0 | 142 | 41 | 5 | 500 | 140 | 60 |
| Binary | 11110010 | 101 | 10100011 | 0 | 1100010 | 100001 | 101 | 101000000 | 1100000 | 110000 |
Color Harmonies of #F205A3
Complementary color
Monochromatic Colors of #F205A3
Black with #F205A3
Text Example
Text Example
White with #F205A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205A3; }
p { color: rgb(242,5,163); }
H1.HeaderClassName
{
color: #F205A3;
}
.AnyTagClassName
{
color: #F205A3;
}
</style>
background-color css
<style>
a { background-color: #F205A3; }
a { background-color: rgb(242,5,163); }
div.DivClassName
{
background-color: #F205A3;
}
.BgClassName
{
background-color: #F205A3;
}
</style>
border-color css
<style>
span { border-color: #F205A3; }
span { border-color: rgb(242,5,163); }
td.TdClassName
{
border-color: #F205A3;
}
.TagClassName
{
border-color: #F205A3;
}
</style>