Shades of Hollywood Cerise #F300A0
Tints of Hollywood Cerise #F300A0
RGB
CMYK
RGB Variations
Color information
#F300A0 (or 0xF300A0) is known color: Hollywood Cerise. HEX triplet: F3, 00 and A0. RGB value is (243,0,160). Sum of RGB (Red+Green+Blue) = 243+0+160=403 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.30% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 243 - color contains mainly: red. Hex color #F300A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F300A0 is #0CFF5F. Grayscale: #5A5A5A. Windows color (decimal): -851808 or 10486003. OLE color: 10486003.
HSL color Cylindrical-coordinate representation of color #F300A0: hue angle of 320.49º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F300A0 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.34 | 0.05 |
| HSL | 320.49º | 1% | 0.48% | - |
| HSV(B) | 320.49º | 1% | 0.95% | - |
| XYZ | 43.31 | 21.59 | 35.14 | - |
| YUV | 90.9 | 167.01 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 160 | 0 | 1 | 0.34 | 0.05 | 320.49 | 1 | 0.48 |
| Hex | F3 | 0 | A0 | 0 | 64 | 22 | 5 | 140 | 64 | 30 |
| Octal | 363 | 0 | 240 | 0 | 144 | 42 | 5 | 500 | 144 | 60 |
| Binary | 11110011 | 0 | 10100000 | 0 | 1100100 | 100010 | 101 | 101000000 | 1100100 | 110000 |
Color Harmonies of #F300A0
Complementary color
Monochromatic Colors of #F300A0
Black with #F300A0
Text Example
Text Example
White with #F300A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300A0; }
p { color: rgb(243,0,160); }
H1.HeaderClassName
{
color: #F300A0;
}
.AnyTagClassName
{
color: #F300A0;
}
</style>
background-color css
<style>
a { background-color: #F300A0; }
a { background-color: rgb(243,0,160); }
div.DivClassName
{
background-color: #F300A0;
}
.BgClassName
{
background-color: #F300A0;
}
</style>
border-color css
<style>
span { border-color: #F300A0; }
span { border-color: rgb(243,0,160); }
td.TdClassName
{
border-color: #F300A0;
}
.TagClassName
{
border-color: #F300A0;
}
</style>