Shades of Hollywood Cerise #F30591
Tints of Hollywood Cerise #F30591
RGB
CMYK
RGB Variations
Color information
#F30591 (or 0xF30591) is known color: Hollywood Cerise. HEX triplet: F3, 05 and 91. RGB value is (243,5,145). Sum of RGB (Red+Green+Blue) = 243+5+145=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F30591 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30591 is #0CFA6E. Grayscale: #5B5B5B. Windows color (decimal): -850543 or 9504243. OLE color: 9504243.
HSL color Cylindrical-coordinate representation of color #F30591: hue angle of 324.71º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30591 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 145 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.05 |
| HSL | 324.71º | 0.96% | 0.49% | - |
| HSV(B) | 324.71º | 0.98% | 0.95% | - |
| XYZ | 42.13 | 21.21 | 28.66 | - |
| YUV | 92.12 | 157.85 | 235.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 145 | 0 | 0.98 | 0.40 | 0.05 | 324.71 | 0.96 | 0.49 |
| Hex | F3 | 5 | 91 | 0 | 62 | 28 | 5 | 145 | 60 | 31 |
| Octal | 363 | 5 | 221 | 0 | 142 | 50 | 5 | 505 | 140 | 61 |
| Binary | 11110011 | 101 | 10010001 | 0 | 1100010 | 101000 | 101 | 101000101 | 1100000 | 110001 |
Color Harmonies of #F30591
Complementary color
Monochromatic Colors of #F30591
Black with #F30591
Text Example
Text Example
White with #F30591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30591; }
p { color: rgb(243,5,145); }
H1.HeaderClassName
{
color: #F30591;
}
.AnyTagClassName
{
color: #F30591;
}
</style>
background-color css
<style>
a { background-color: #F30591; }
a { background-color: rgb(243,5,145); }
div.DivClassName
{
background-color: #F30591;
}
.BgClassName
{
background-color: #F30591;
}
</style>
border-color css
<style>
span { border-color: #F30591; }
span { border-color: rgb(243,5,145); }
td.TdClassName
{
border-color: #F30591;
}
.TagClassName
{
border-color: #F30591;
}
</style>