Shades of Hollywood Cerise #F304A0
Tints of Hollywood Cerise #F304A0
RGB
CMYK
RGB Variations
Color information
#F304A0 (or 0xF304A0) is known color: Hollywood Cerise. HEX triplet: F3, 04 and A0. RGB value is (243,4,160). Sum of RGB (Red+Green+Blue) = 243+4+160=407 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.71% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 243 - color contains mainly: red. Hex color #F304A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F304A0 is #0CFB5F. Grayscale: #5C5C5C. Windows color (decimal): -850784 or 10487027. OLE color: 10487027.
HSL color Cylindrical-coordinate representation of color #F304A0: hue angle of 320.84º 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 #F304A0 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 160 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.05 |
| HSL | 320.84º | 0.97% | 0.48% | - |
| HSV(B) | 320.84º | 0.98% | 0.95% | - |
| XYZ | 43.35 | 21.68 | 35.16 | - |
| YUV | 93.25 | 165.68 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 160 | 0 | 0.98 | 0.34 | 0.05 | 320.84 | 0.97 | 0.48 |
| Hex | F3 | 4 | A0 | 0 | 62 | 22 | 5 | 141 | 61 | 30 |
| Octal | 363 | 4 | 240 | 0 | 142 | 42 | 5 | 501 | 141 | 60 |
| Binary | 11110011 | 100 | 10100000 | 0 | 1100010 | 100010 | 101 | 101000001 | 1100001 | 110000 |
Color Harmonies of #F304A0
Complementary color
Monochromatic Colors of #F304A0
Black with #F304A0
Text Example
Text Example
White with #F304A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F304A0; }
p { color: rgb(243,4,160); }
H1.HeaderClassName
{
color: #F304A0;
}
.AnyTagClassName
{
color: #F304A0;
}
</style>
background-color css
<style>
a { background-color: #F304A0; }
a { background-color: rgb(243,4,160); }
div.DivClassName
{
background-color: #F304A0;
}
.BgClassName
{
background-color: #F304A0;
}
</style>
border-color css
<style>
span { border-color: #F304A0; }
span { border-color: rgb(243,4,160); }
td.TdClassName
{
border-color: #F304A0;
}
.TagClassName
{
border-color: #F304A0;
}
</style>