Shades of Hollywood Cerise #FF089F
Tints of Hollywood Cerise #FF089F
RGB
CMYK
RGB Variations
Color information
#FF089F (or 0xFF089F) is known color: Hollywood Cerise. HEX triplet: FF, 08 and 9F. RGB value is (255,8,159). Sum of RGB (Red+Green+Blue) = 255+8+159=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF089F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF089F is #00F760. Grayscale: #626262. Windows color (decimal): -63329 or 10422527. OLE color: 10422527.
HSL color Cylindrical-coordinate representation of color #FF089F: hue angle of 323.32º 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 #FF089F is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 159 | - |
| CMYK | 0 | 0.97 | 0.38 | 0 |
| HSL | 323.32º | 1% | 0.52% | - |
| HSV(B) | 323.32º | 0.97% | 1% | - |
| XYZ | 47.58 | 23.94 | 34.91 | - |
| YUV | 99.07 | 161.83 | 239.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 159 | 0 | 0.97 | 0.38 | 0 | 323.32 | 1 | 0.52 |
| Hex | FF | 8 | 9F | 0 | 61 | 26 | 0 | 143 | 64 | 34 |
| Octal | 377 | 10 | 237 | 0 | 141 | 46 | 0 | 503 | 144 | 64 |
| Binary | 11111111 | 1000 | 10011111 | 0 | 1100001 | 100110 | 0 | 101000011 | 1100100 | 110100 |
Color Harmonies of #FF089F
Complementary color
Monochromatic Colors of #FF089F
Black with #FF089F
Text Example
Text Example
White with #FF089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF089F; }
p { color: rgb(255,8,159); }
H1.HeaderClassName
{
color: #FF089F;
}
.AnyTagClassName
{
color: #FF089F;
}
</style>
background-color css
<style>
a { background-color: #FF089F; }
a { background-color: rgb(255,8,159); }
div.DivClassName
{
background-color: #FF089F;
}
.BgClassName
{
background-color: #FF089F;
}
</style>
border-color css
<style>
span { border-color: #FF089F; }
span { border-color: rgb(255,8,159); }
td.TdClassName
{
border-color: #FF089F;
}
.TagClassName
{
border-color: #FF089F;
}
</style>