Shades of Hollywood Cerise #F30794
Tints of Hollywood Cerise #F30794
RGB
CMYK
RGB Variations
Color information
#F30794 (or 0xF30794) is known color: Hollywood Cerise. HEX triplet: F3, 07 and 94. RGB value is (243,7,148). Sum of RGB (Red+Green+Blue) = 243+7+148=398 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.06% from 398); Green value is 7 (3.12% from 255 or 1.76% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 243 - color contains mainly: red. Hex color #F30794 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30794 is #0CF86B. Grayscale: #5D5D5D. Windows color (decimal): -850028 or 9701363. OLE color: 9701363.
HSL color Cylindrical-coordinate representation of color #F30794: hue angle of 324.15º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F30794 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 148 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.05 |
| HSL | 324.15º | 0.94% | 0.49% | - |
| HSV(B) | 324.15º | 0.97% | 0.95% | - |
| XYZ | 42.38 | 21.34 | 29.9 | - |
| YUV | 93.64 | 158.69 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 148 | 0 | 0.97 | 0.39 | 0.05 | 324.15 | 0.94 | 0.49 |
| Hex | F3 | 7 | 94 | 0 | 61 | 27 | 5 | 144 | 5E | 31 |
| Octal | 363 | 7 | 224 | 0 | 141 | 47 | 5 | 504 | 136 | 61 |
| Binary | 11110011 | 111 | 10010100 | 0 | 1100001 | 100111 | 101 | 101000100 | 1011110 | 110001 |
Color Harmonies of #F30794
Complementary color
Monochromatic Colors of #F30794
Black with #F30794
Text Example
Text Example
White with #F30794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30794; }
p { color: rgb(243,7,148); }
H1.HeaderClassName
{
color: #F30794;
}
.AnyTagClassName
{
color: #F30794;
}
</style>
background-color css
<style>
a { background-color: #F30794; }
a { background-color: rgb(243,7,148); }
div.DivClassName
{
background-color: #F30794;
}
.BgClassName
{
background-color: #F30794;
}
</style>
border-color css
<style>
span { border-color: #F30794; }
span { border-color: rgb(243,7,148); }
td.TdClassName
{
border-color: #F30794;
}
.TagClassName
{
border-color: #F30794;
}
</style>