Shades of Hollywood Cerise #F30291
Tints of Hollywood Cerise #F30291
RGB
CMYK
RGB Variations
Color information
#F30291 (or 0xF30291) is known color: Hollywood Cerise. HEX triplet: F3, 02 and 91. RGB value is (243,2,145). Sum of RGB (Red+Green+Blue) = 243+2+145=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F30291 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30291 is #0CFD6E. Grayscale: #5A5A5A. Windows color (decimal): -851311 or 9503475. OLE color: 9503475.
HSL color Cylindrical-coordinate representation of color #F30291: hue angle of 324.4º 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 #F30291 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.05 |
| HSL | 324.4º | 0.98% | 0.48% | - |
| HSV(B) | 324.4º | 0.99% | 0.95% | - |
| XYZ | 42.09 | 21.14 | 28.65 | - |
| YUV | 90.36 | 158.84 | 236.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 145 | 0 | 0.99 | 0.40 | 0.05 | 324.4 | 0.98 | 0.48 |
| Hex | F3 | 2 | 91 | 0 | 63 | 28 | 5 | 144 | 62 | 30 |
| Octal | 363 | 2 | 221 | 0 | 143 | 50 | 5 | 504 | 142 | 60 |
| Binary | 11110011 | 10 | 10010001 | 0 | 1100011 | 101000 | 101 | 101000100 | 1100010 | 110000 |
Color Harmonies of #F30291
Complementary color
Monochromatic Colors of #F30291
Black with #F30291
Text Example
Text Example
White with #F30291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30291; }
p { color: rgb(243,2,145); }
H1.HeaderClassName
{
color: #F30291;
}
.AnyTagClassName
{
color: #F30291;
}
</style>
background-color css
<style>
a { background-color: #F30291; }
a { background-color: rgb(243,2,145); }
div.DivClassName
{
background-color: #F30291;
}
.BgClassName
{
background-color: #F30291;
}
</style>
border-color css
<style>
span { border-color: #F30291; }
span { border-color: rgb(243,2,145); }
td.TdClassName
{
border-color: #F30291;
}
.TagClassName
{
border-color: #F30291;
}
</style>