Shades of Hollywood Cerise #F30294
Tints of Hollywood Cerise #F30294
RGB
CMYK
RGB Variations
Color information
#F30294 (or 0xF30294) is known color: Hollywood Cerise. HEX triplet: F3, 02 and 94. RGB value is (243,2,148). Sum of RGB (Red+Green+Blue) = 243+2+148=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F30294 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30294 is #0CFD6B. Grayscale: #5A5A5A. Windows color (decimal): -851308 or 9700083. OLE color: 9700083.
HSL color Cylindrical-coordinate representation of color #F30294: hue angle of 323.65º 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 #F30294 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.05 |
| HSL | 323.65º | 0.98% | 0.48% | - |
| HSV(B) | 323.65º | 0.99% | 0.95% | - |
| XYZ | 42.33 | 21.24 | 29.88 | - |
| YUV | 90.7 | 160.34 | 236.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 148 | 0 | 0.99 | 0.39 | 0.05 | 323.65 | 0.98 | 0.48 |
| Hex | F3 | 2 | 94 | 0 | 63 | 27 | 5 | 144 | 62 | 30 |
| Octal | 363 | 2 | 224 | 0 | 143 | 47 | 5 | 504 | 142 | 60 |
| Binary | 11110011 | 10 | 10010100 | 0 | 1100011 | 100111 | 101 | 101000100 | 1100010 | 110000 |
Color Harmonies of #F30294
Complementary color
Monochromatic Colors of #F30294
Black with #F30294
Text Example
Text Example
White with #F30294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30294; }
p { color: rgb(243,2,148); }
H1.HeaderClassName
{
color: #F30294;
}
.AnyTagClassName
{
color: #F30294;
}
</style>
background-color css
<style>
a { background-color: #F30294; }
a { background-color: rgb(243,2,148); }
div.DivClassName
{
background-color: #F30294;
}
.BgClassName
{
background-color: #F30294;
}
</style>
border-color css
<style>
span { border-color: #F30294; }
span { border-color: rgb(243,2,148); }
td.TdClassName
{
border-color: #F30294;
}
.TagClassName
{
border-color: #F30294;
}
</style>