Shades of Hollywood Cerise #FF0098
Tints of Hollywood Cerise #FF0098
RGB
CMYK
RGB Variations
Color information
#FF0098 (or 0xFF0098) is known color: Hollywood Cerise. HEX triplet: FF, 00 and 98. RGB value is (255,0,152). Sum of RGB (Red+Green+Blue) = 255+0+152=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0098 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0098 is #00FF67. Grayscale: #5D5D5D. Windows color (decimal): -65384 or 9961727. OLE color: 9961727.
HSL color Cylindrical-coordinate representation of color #FF0098: hue angle of 324.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0098 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 152 | - |
| CMYK | 0 | 1 | 0.40 | 0 |
| HSL | 324.24º | 1% | 0.5% | - |
| HSV(B) | 324.24º | 1% | 1% | - |
| XYZ | 46.91 | 23.53 | 31.77 | - |
| YUV | 93.57 | 160.98 | 243.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 152 | 0 | 1 | 0.40 | 0 | 324.24 | 1 | 0.5 |
| Hex | FF | 0 | 98 | 0 | 64 | 28 | 0 | 144 | 64 | 32 |
| Octal | 377 | 0 | 230 | 0 | 144 | 50 | 0 | 504 | 144 | 62 |
| Binary | 11111111 | 0 | 10011000 | 0 | 1100100 | 101000 | 0 | 101000100 | 1100100 | 110010 |
Color Harmonies of #FF0098
Complementary color
Monochromatic Colors of #FF0098
Black with #FF0098
Text Example
Text Example
White with #FF0098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0098; }
p { color: rgb(255,0,152); }
H1.HeaderClassName
{
color: #FF0098;
}
.AnyTagClassName
{
color: #FF0098;
}
</style>
background-color css
<style>
a { background-color: #FF0098; }
a { background-color: rgb(255,0,152); }
div.DivClassName
{
background-color: #FF0098;
}
.BgClassName
{
background-color: #FF0098;
}
</style>
border-color css
<style>
span { border-color: #FF0098; }
span { border-color: rgb(255,0,152); }
td.TdClassName
{
border-color: #FF0098;
}
.TagClassName
{
border-color: #FF0098;
}
</style>