Shades of Hollywood Cerise #F30089
Tints of Hollywood Cerise #F30089
RGB
CMYK
RGB Variations
Color information
#F30089 (or 0xF30089) is known color: Hollywood Cerise. HEX triplet: F3, 00 and 89. RGB value is (243,0,137). Sum of RGB (Red+Green+Blue) = 243+0+137=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F30089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30089 is #0CFF76. Grayscale: #575757. Windows color (decimal): -851831 or 8978675. OLE color: 8978675.
HSL color Cylindrical-coordinate representation of color #F30089: hue angle of 326.17º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30089 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.44 | 0.05 |
| HSL | 326.17º | 1% | 0.48% | - |
| HSV(B) | 326.17º | 1% | 0.95% | - |
| XYZ | 41.48 | 20.86 | 25.51 | - |
| YUV | 88.28 | 155.51 | 238.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 137 | 0 | 1 | 0.44 | 0.05 | 326.17 | 1 | 0.48 |
| Hex | F3 | 0 | 89 | 0 | 64 | 2C | 5 | 146 | 64 | 30 |
| Octal | 363 | 0 | 211 | 0 | 144 | 54 | 5 | 506 | 144 | 60 |
| Binary | 11110011 | 0 | 10001001 | 0 | 1100100 | 101100 | 101 | 101000110 | 1100100 | 110000 |
Color Harmonies of #F30089
Complementary color
Monochromatic Colors of #F30089
Black with #F30089
Text Example
Text Example
White with #F30089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30089; }
p { color: rgb(243,0,137); }
H1.HeaderClassName
{
color: #F30089;
}
.AnyTagClassName
{
color: #F30089;
}
</style>
background-color css
<style>
a { background-color: #F30089; }
a { background-color: rgb(243,0,137); }
div.DivClassName
{
background-color: #F30089;
}
.BgClassName
{
background-color: #F30089;
}
</style>
border-color css
<style>
span { border-color: #F30089; }
span { border-color: rgb(243,0,137); }
td.TdClassName
{
border-color: #F30089;
}
.TagClassName
{
border-color: #F30089;
}
</style>