Shades of Hollywood Cerise #FF089E
Tints of Hollywood Cerise #FF089E
RGB
CMYK
RGB Variations
Color information
#FF089E (or 0xFF089E) is known color: Hollywood Cerise. HEX triplet: FF, 08 and 9E. RGB value is (255,8,158). Sum of RGB (Red+Green+Blue) = 255+8+158=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 8 (3.52% from 255 or 1.90% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF089E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF089E is #00F761. Grayscale: #626262. Windows color (decimal): -63330 or 10356991. OLE color: 10356991.
HSL color Cylindrical-coordinate representation of color #FF089E: hue angle of 323.56º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF089E is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 158 | - |
| CMYK | 0 | 0.97 | 0.38 | 0 |
| HSL | 323.56º | 1% | 0.52% | - |
| HSV(B) | 323.56º | 0.97% | 1% | - |
| XYZ | 47.5 | 23.9 | 34.46 | - |
| YUV | 98.95 | 161.33 | 239.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 158 | 0 | 0.97 | 0.38 | 0 | 323.56 | 1 | 0.52 |
| Hex | FF | 8 | 9E | 0 | 61 | 26 | 0 | 144 | 64 | 34 |
| Octal | 377 | 10 | 236 | 0 | 141 | 46 | 0 | 504 | 144 | 64 |
| Binary | 11111111 | 1000 | 10011110 | 0 | 1100001 | 100110 | 0 | 101000100 | 1100100 | 110100 |
Color Harmonies of #FF089E
Complementary color
Monochromatic Colors of #FF089E
Black with #FF089E
Text Example
Text Example
White with #FF089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF089E; }
p { color: rgb(255,8,158); }
H1.HeaderClassName
{
color: #FF089E;
}
.AnyTagClassName
{
color: #FF089E;
}
</style>
background-color css
<style>
a { background-color: #FF089E; }
a { background-color: rgb(255,8,158); }
div.DivClassName
{
background-color: #FF089E;
}
.BgClassName
{
background-color: #FF089E;
}
</style>
border-color css
<style>
span { border-color: #FF089E; }
span { border-color: rgb(255,8,158); }
td.TdClassName
{
border-color: #FF089E;
}
.TagClassName
{
border-color: #FF089E;
}
</style>