Shades of Hollywood Cerise #FF0198
Tints of Hollywood Cerise #FF0198
RGB
CMYK
RGB Variations
Color information
#FF0198 (or 0xFF0198) is known color: Hollywood Cerise. HEX triplet: FF, 01 and 98. RGB value is (255,1,152). Sum of RGB (Red+Green+Blue) = 255+1+152=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0198 is #00FE67. Grayscale: #5D5D5D. Windows color (decimal): -65128 or 9961983. OLE color: 9961983.
HSL color Cylindrical-coordinate representation of color #FF0198: hue angle of 324.33º 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 #FF0198 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 152 | - |
| CMYK | 0 | 1.00 | 0.40 | 0 |
| HSL | 324.33º | 1% | 0.5% | - |
| HSV(B) | 324.33º | 1% | 1% | - |
| XYZ | 46.92 | 23.55 | 31.78 | - |
| YUV | 94.16 | 160.65 | 242.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 152 | 0 | 1.00 | 0.40 | 0 | 324.33 | 1 | 0.5 |
| Hex | FF | 1 | 98 | 0 | 64 | 28 | 0 | 144 | 64 | 32 |
| Octal | 377 | 1 | 230 | 0 | 144 | 50 | 0 | 504 | 144 | 62 |
| Binary | 11111111 | 1 | 10011000 | 0 | 1100100 | 101000 | 0 | 101000100 | 1100100 | 110010 |
Color Harmonies of #FF0198
Complementary color
Monochromatic Colors of #FF0198
Black with #FF0198
Text Example
Text Example
White with #FF0198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0198; }
p { color: rgb(255,1,152); }
H1.HeaderClassName
{
color: #FF0198;
}
.AnyTagClassName
{
color: #FF0198;
}
</style>
background-color css
<style>
a { background-color: #FF0198; }
a { background-color: rgb(255,1,152); }
div.DivClassName
{
background-color: #FF0198;
}
.BgClassName
{
background-color: #FF0198;
}
</style>
border-color css
<style>
span { border-color: #FF0198; }
span { border-color: rgb(255,1,152); }
td.TdClassName
{
border-color: #FF0198;
}
.TagClassName
{
border-color: #FF0198;
}
</style>