Shades of Hollywood Cerise #F30390
Tints of Hollywood Cerise #F30390
RGB
CMYK
RGB Variations
Color information
#F30390 (or 0xF30390) is known color: Hollywood Cerise. HEX triplet: F3, 03 and 90. RGB value is (243,3,144). Sum of RGB (Red+Green+Blue) = 243+3+144=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F30390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30390 is #0CFC6F. Grayscale: #5A5A5A. Windows color (decimal): -851056 or 9438195. OLE color: 9438195.
HSL color Cylindrical-coordinate representation of color #F30390: hue angle of 324.75º 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 #F30390 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 144 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.05 |
| HSL | 324.75º | 0.98% | 0.48% | - |
| HSV(B) | 324.75º | 0.99% | 0.95% | - |
| XYZ | 42.03 | 21.13 | 28.25 | - |
| YUV | 90.83 | 158.01 | 236.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 144 | 0 | 0.99 | 0.41 | 0.05 | 324.75 | 0.98 | 0.48 |
| Hex | F3 | 3 | 90 | 0 | 63 | 29 | 5 | 145 | 62 | 30 |
| Octal | 363 | 3 | 220 | 0 | 143 | 51 | 5 | 505 | 142 | 60 |
| Binary | 11110011 | 11 | 10010000 | 0 | 1100011 | 101001 | 101 | 101000101 | 1100010 | 110000 |
Color Harmonies of #F30390
Complementary color
Monochromatic Colors of #F30390
Black with #F30390
Text Example
Text Example
White with #F30390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30390; }
p { color: rgb(243,3,144); }
H1.HeaderClassName
{
color: #F30390;
}
.AnyTagClassName
{
color: #F30390;
}
</style>
background-color css
<style>
a { background-color: #F30390; }
a { background-color: rgb(243,3,144); }
div.DivClassName
{
background-color: #F30390;
}
.BgClassName
{
background-color: #F30390;
}
</style>
border-color css
<style>
span { border-color: #F30390; }
span { border-color: rgb(243,3,144); }
td.TdClassName
{
border-color: #F30390;
}
.TagClassName
{
border-color: #F30390;
}
</style>