Shades of Hollywood Cerise #F30A99
Tints of Hollywood Cerise #F30A99
RGB
CMYK
RGB Variations
Color information
#F30A99 (or 0xF30A99) is known color: Hollywood Cerise. HEX triplet: F3, 0A and 99. RGB value is (243,10,153). Sum of RGB (Red+Green+Blue) = 243+10+153=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30A99 is #0CF566. Grayscale: #5F5F5F. Windows color (decimal): -849255 or 10029811. OLE color: 10029811.
HSL color Cylindrical-coordinate representation of color #F30A99: hue angle of 323.18º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30A99 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 153 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.05 |
| HSL | 323.18º | 0.92% | 0.5% | - |
| HSV(B) | 323.18º | 0.96% | 0.95% | - |
| XYZ | 42.82 | 21.57 | 32.04 | - |
| YUV | 95.97 | 160.19 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 153 | 0 | 0.96 | 0.37 | 0.05 | 323.18 | 0.92 | 0.5 |
| Hex | F3 | A | 99 | 0 | 60 | 25 | 5 | 143 | 5C | 32 |
| Octal | 363 | 12 | 231 | 0 | 140 | 45 | 5 | 503 | 134 | 62 |
| Binary | 11110011 | 1010 | 10011001 | 0 | 1100000 | 100101 | 101 | 101000011 | 1011100 | 110010 |
Color Harmonies of #F30A99
Complementary color
Monochromatic Colors of #F30A99
Black with #F30A99
Text Example
Text Example
White with #F30A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30A99; }
p { color: rgb(243,10,153); }
H1.HeaderClassName
{
color: #F30A99;
}
.AnyTagClassName
{
color: #F30A99;
}
</style>
background-color css
<style>
a { background-color: #F30A99; }
a { background-color: rgb(243,10,153); }
div.DivClassName
{
background-color: #F30A99;
}
.BgClassName
{
background-color: #F30A99;
}
</style>
border-color css
<style>
span { border-color: #F30A99; }
span { border-color: rgb(243,10,153); }
td.TdClassName
{
border-color: #F30A99;
}
.TagClassName
{
border-color: #F30A99;
}
</style>