Shades of Hollywood Cerise #F30594
Tints of Hollywood Cerise #F30594
RGB
CMYK
RGB Variations
Color information
#F30594 (or 0xF30594) is known color: Hollywood Cerise. HEX triplet: F3, 05 and 94. RGB value is (243,5,148). Sum of RGB (Red+Green+Blue) = 243+5+148=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F30594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30594 is #0CFA6B. Grayscale: #5C5C5C. Windows color (decimal): -850540 or 9700851. OLE color: 9700851.
HSL color Cylindrical-coordinate representation of color #F30594: hue angle of 323.95º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30594 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 148 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.05 |
| HSL | 323.95º | 0.96% | 0.49% | - |
| HSV(B) | 323.95º | 0.98% | 0.95% | - |
| XYZ | 42.36 | 21.3 | 29.9 | - |
| YUV | 92.46 | 159.35 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 148 | 0 | 0.98 | 0.39 | 0.05 | 323.95 | 0.96 | 0.49 |
| Hex | F3 | 5 | 94 | 0 | 62 | 27 | 5 | 144 | 60 | 31 |
| Octal | 363 | 5 | 224 | 0 | 142 | 47 | 5 | 504 | 140 | 61 |
| Binary | 11110011 | 101 | 10010100 | 0 | 1100010 | 100111 | 101 | 101000100 | 1100000 | 110001 |
Color Harmonies of #F30594
Complementary color
Monochromatic Colors of #F30594
Black with #F30594
Text Example
Text Example
White with #F30594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30594; }
p { color: rgb(243,5,148); }
H1.HeaderClassName
{
color: #F30594;
}
.AnyTagClassName
{
color: #F30594;
}
</style>
background-color css
<style>
a { background-color: #F30594; }
a { background-color: rgb(243,5,148); }
div.DivClassName
{
background-color: #F30594;
}
.BgClassName
{
background-color: #F30594;
}
</style>
border-color css
<style>
span { border-color: #F30594; }
span { border-color: rgb(243,5,148); }
td.TdClassName
{
border-color: #F30594;
}
.TagClassName
{
border-color: #F30594;
}
</style>