Shades of Hollywood Cerise #F30994
Tints of Hollywood Cerise #F30994
RGB
CMYK
RGB Variations
Color information
#F30994 (or 0xF30994) is known color: Hollywood Cerise. HEX triplet: F3, 09 and 94. RGB value is (243,9,148). Sum of RGB (Red+Green+Blue) = 243+9+148=400 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.75% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 243 - color contains mainly: red. Hex color #F30994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30994 is #0CF66B. Grayscale: #5E5E5E. Windows color (decimal): -849516 or 9701875. OLE color: 9701875.
HSL color Cylindrical-coordinate representation of color #F30994: hue angle of 324.36º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30994 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 148 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.05 |
| HSL | 324.36º | 0.93% | 0.49% | - |
| HSV(B) | 324.36º | 0.96% | 0.95% | - |
| XYZ | 42.41 | 21.39 | 29.91 | - |
| YUV | 94.81 | 158.02 | 233.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 148 | 0 | 0.96 | 0.39 | 0.05 | 324.36 | 0.93 | 0.49 |
| Hex | F3 | 9 | 94 | 0 | 60 | 27 | 5 | 144 | 5D | 31 |
| Octal | 363 | 11 | 224 | 0 | 140 | 47 | 5 | 504 | 135 | 61 |
| Binary | 11110011 | 1001 | 10010100 | 0 | 1100000 | 100111 | 101 | 101000100 | 1011101 | 110001 |
Color Harmonies of #F30994
Complementary color
Monochromatic Colors of #F30994
Black with #F30994
Text Example
Text Example
White with #F30994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30994; }
p { color: rgb(243,9,148); }
H1.HeaderClassName
{
color: #F30994;
}
.AnyTagClassName
{
color: #F30994;
}
</style>
background-color css
<style>
a { background-color: #F30994; }
a { background-color: rgb(243,9,148); }
div.DivClassName
{
background-color: #F30994;
}
.BgClassName
{
background-color: #F30994;
}
</style>
border-color css
<style>
span { border-color: #F30994; }
span { border-color: rgb(243,9,148); }
td.TdClassName
{
border-color: #F30994;
}
.TagClassName
{
border-color: #F30994;
}
</style>