Shades of Hollywood Cerise #FF089C
Tints of Hollywood Cerise #FF089C
RGB
CMYK
RGB Variations
Color information
#FF089C (or 0xFF089C) is known color: Hollywood Cerise. HEX triplet: FF, 08 and 9C. RGB value is (255,8,156). Sum of RGB (Red+Green+Blue) = 255+8+156=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF089C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF089C is #00F763. Grayscale: #626262. Windows color (decimal): -63332 or 10225919. OLE color: 10225919.
HSL color Cylindrical-coordinate representation of color #FF089C: hue angle of 324.05º 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 #FF089C is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 156 | - |
| CMYK | 0 | 0.97 | 0.39 | 0 |
| HSL | 324.05º | 1% | 0.52% | - |
| HSV(B) | 324.05º | 0.97% | 1% | - |
| XYZ | 47.33 | 23.83 | 33.56 | - |
| YUV | 98.73 | 160.33 | 239.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 156 | 0 | 0.97 | 0.39 | 0 | 324.05 | 1 | 0.52 |
| Hex | FF | 8 | 9C | 0 | 61 | 27 | 0 | 144 | 64 | 34 |
| Octal | 377 | 10 | 234 | 0 | 141 | 47 | 0 | 504 | 144 | 64 |
| Binary | 11111111 | 1000 | 10011100 | 0 | 1100001 | 100111 | 0 | 101000100 | 1100100 | 110100 |
Color Harmonies of #FF089C
Complementary color
Monochromatic Colors of #FF089C
Black with #FF089C
Text Example
Text Example
White with #FF089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF089C; }
p { color: rgb(255,8,156); }
H1.HeaderClassName
{
color: #FF089C;
}
.AnyTagClassName
{
color: #FF089C;
}
</style>
background-color css
<style>
a { background-color: #FF089C; }
a { background-color: rgb(255,8,156); }
div.DivClassName
{
background-color: #FF089C;
}
.BgClassName
{
background-color: #FF089C;
}
</style>
border-color css
<style>
span { border-color: #FF089C; }
span { border-color: rgb(255,8,156); }
td.TdClassName
{
border-color: #FF089C;
}
.TagClassName
{
border-color: #FF089C;
}
</style>