Shades of Hollywood Cerise #F30391
Tints of Hollywood Cerise #F30391
RGB
CMYK
RGB Variations
Color information
#F30391 (or 0xF30391) is known color: Hollywood Cerise. HEX triplet: F3, 03 and 91. RGB value is (243,3,145). Sum of RGB (Red+Green+Blue) = 243+3+145=391 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.15% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 243 - color contains mainly: red. Hex color #F30391 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30391 is #0CFC6E. Grayscale: #5A5A5A. Windows color (decimal): -851055 or 9503731. OLE color: 9503731.
HSL color Cylindrical-coordinate representation of color #F30391: hue angle of 324.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30391 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 145 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.05 |
| HSL | 324.5º | 0.98% | 0.48% | - |
| HSV(B) | 324.5º | 0.99% | 0.95% | - |
| XYZ | 42.11 | 21.16 | 28.65 | - |
| YUV | 90.95 | 158.51 | 236.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 145 | 0 | 0.99 | 0.40 | 0.05 | 324.5 | 0.98 | 0.48 |
| Hex | F3 | 3 | 91 | 0 | 63 | 28 | 5 | 144 | 62 | 30 |
| Octal | 363 | 3 | 221 | 0 | 143 | 50 | 5 | 504 | 142 | 60 |
| Binary | 11110011 | 11 | 10010001 | 0 | 1100011 | 101000 | 101 | 101000100 | 1100010 | 110000 |
Color Harmonies of #F30391
Complementary color
Monochromatic Colors of #F30391
Black with #F30391
Text Example
Text Example
White with #F30391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30391; }
p { color: rgb(243,3,145); }
H1.HeaderClassName
{
color: #F30391;
}
.AnyTagClassName
{
color: #F30391;
}
</style>
background-color css
<style>
a { background-color: #F30391; }
a { background-color: rgb(243,3,145); }
div.DivClassName
{
background-color: #F30391;
}
.BgClassName
{
background-color: #F30391;
}
</style>
border-color css
<style>
span { border-color: #F30391; }
span { border-color: rgb(243,3,145); }
td.TdClassName
{
border-color: #F30391;
}
.TagClassName
{
border-color: #F30391;
}
</style>