Shades of Hollywood Cerise #F3089B
Tints of Hollywood Cerise #F3089B
RGB
CMYK
RGB Variations
Color information
#F3089B (or 0xF3089B) is known color: Hollywood Cerise. HEX triplet: F3, 08 and 9B. RGB value is (243,8,155). Sum of RGB (Red+Green+Blue) = 243+8+155=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 8 (3.52% from 255 or 1.97% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F3089B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3089B is #0CF764. Grayscale: #5E5E5E. Windows color (decimal): -849765 or 10160371. OLE color: 10160371.
HSL color Cylindrical-coordinate representation of color #F3089B: hue angle of 322.47º 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 #F3089B is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 155 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.05 |
| HSL | 322.47º | 0.94% | 0.49% | - |
| HSV(B) | 322.47º | 0.97% | 0.95% | - |
| XYZ | 42.97 | 21.59 | 32.91 | - |
| YUV | 95.02 | 161.86 | 233.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 155 | 0 | 0.97 | 0.36 | 0.05 | 322.47 | 0.94 | 0.49 |
| Hex | F3 | 8 | 9B | 0 | 61 | 24 | 5 | 142 | 5E | 31 |
| Octal | 363 | 10 | 233 | 0 | 141 | 44 | 5 | 502 | 136 | 61 |
| Binary | 11110011 | 1000 | 10011011 | 0 | 1100001 | 100100 | 101 | 101000010 | 1011110 | 110001 |
Color Harmonies of #F3089B
Complementary color
Monochromatic Colors of #F3089B
Black with #F3089B
Text Example
Text Example
White with #F3089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3089B; }
p { color: rgb(243,8,155); }
H1.HeaderClassName
{
color: #F3089B;
}
.AnyTagClassName
{
color: #F3089B;
}
</style>
background-color css
<style>
a { background-color: #F3089B; }
a { background-color: rgb(243,8,155); }
div.DivClassName
{
background-color: #F3089B;
}
.BgClassName
{
background-color: #F3089B;
}
</style>
border-color css
<style>
span { border-color: #F3089B; }
span { border-color: rgb(243,8,155); }
td.TdClassName
{
border-color: #F3089B;
}
.TagClassName
{
border-color: #F3089B;
}
</style>