Shades of Hollywood Cerise #FF089D
Tints of Hollywood Cerise #FF089D
RGB
CMYK
RGB Variations
Color information
#FF089D (or 0xFF089D) is known color: Hollywood Cerise. HEX triplet: FF, 08 and 9D. RGB value is (255,8,157). Sum of RGB (Red+Green+Blue) = 255+8+157=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF089D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF089D is #00F762. Grayscale: #626262. Windows color (decimal): -63331 or 10291455. OLE color: 10291455.
HSL color Cylindrical-coordinate representation of color #FF089D: hue angle of 323.81º 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 #FF089D is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 157 | - |
| CMYK | 0 | 0.97 | 0.38 | 0 |
| HSL | 323.81º | 1% | 0.52% | - |
| HSV(B) | 323.81º | 0.97% | 1% | - |
| XYZ | 47.41 | 23.87 | 34.01 | - |
| YUV | 98.84 | 160.83 | 239.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 157 | 0 | 0.97 | 0.38 | 0 | 323.81 | 1 | 0.52 |
| Hex | FF | 8 | 9D | 0 | 61 | 26 | 0 | 144 | 64 | 34 |
| Octal | 377 | 10 | 235 | 0 | 141 | 46 | 0 | 504 | 144 | 64 |
| Binary | 11111111 | 1000 | 10011101 | 0 | 1100001 | 100110 | 0 | 101000100 | 1100100 | 110100 |
Color Harmonies of #FF089D
Complementary color
Monochromatic Colors of #FF089D
Black with #FF089D
Text Example
Text Example
White with #FF089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF089D; }
p { color: rgb(255,8,157); }
H1.HeaderClassName
{
color: #FF089D;
}
.AnyTagClassName
{
color: #FF089D;
}
</style>
background-color css
<style>
a { background-color: #FF089D; }
a { background-color: rgb(255,8,157); }
div.DivClassName
{
background-color: #FF089D;
}
.BgClassName
{
background-color: #FF089D;
}
</style>
border-color css
<style>
span { border-color: #FF089D; }
span { border-color: rgb(255,8,157); }
td.TdClassName
{
border-color: #FF089D;
}
.TagClassName
{
border-color: #FF089D;
}
</style>