Shades of Hollywood Cerise #F30497
Tints of Hollywood Cerise #F30497
RGB
CMYK
RGB Variations
Color information
#F30497 (or 0xF30497) is known color: Hollywood Cerise. HEX triplet: F3, 04 and 97. RGB value is (243,4,151). Sum of RGB (Red+Green+Blue) = 243+4+151=398 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.06% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 243 - color contains mainly: red. Hex color #F30497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30497 is #0CFB68. Grayscale: #5B5B5B. Windows color (decimal): -850793 or 9897203. OLE color: 9897203.
HSL color Cylindrical-coordinate representation of color #F30497: hue angle of 323.1º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30497 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 151 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.05 |
| HSL | 323.1º | 0.97% | 0.48% | - |
| HSV(B) | 323.1º | 0.98% | 0.95% | - |
| XYZ | 42.59 | 21.38 | 31.16 | - |
| YUV | 92.22 | 161.18 | 235.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 151 | 0 | 0.98 | 0.38 | 0.05 | 323.1 | 0.97 | 0.48 |
| Hex | F3 | 4 | 97 | 0 | 62 | 26 | 5 | 143 | 61 | 30 |
| Octal | 363 | 4 | 227 | 0 | 142 | 46 | 5 | 503 | 141 | 60 |
| Binary | 11110011 | 100 | 10010111 | 0 | 1100010 | 100110 | 101 | 101000011 | 1100001 | 110000 |
Color Harmonies of #F30497
Complementary color
Monochromatic Colors of #F30497
Black with #F30497
Text Example
Text Example
White with #F30497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30497; }
p { color: rgb(243,4,151); }
H1.HeaderClassName
{
color: #F30497;
}
.AnyTagClassName
{
color: #F30497;
}
</style>
background-color css
<style>
a { background-color: #F30497; }
a { background-color: rgb(243,4,151); }
div.DivClassName
{
background-color: #F30497;
}
.BgClassName
{
background-color: #F30497;
}
</style>
border-color css
<style>
span { border-color: #F30497; }
span { border-color: rgb(243,4,151); }
td.TdClassName
{
border-color: #F30497;
}
.TagClassName
{
border-color: #F30497;
}
</style>