Shades of Hollywood Cerise #FF0398
Tints of Hollywood Cerise #FF0398
RGB
CMYK
RGB Variations
Color information
#FF0398 (or 0xFF0398) is known color: Hollywood Cerise. HEX triplet: FF, 03 and 98. RGB value is (255,3,152). Sum of RGB (Red+Green+Blue) = 255+3+152=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0398 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0398 is #00FC67. Grayscale: #5E5E5E. Windows color (decimal): -64616 or 9962495. OLE color: 9962495.
HSL color Cylindrical-coordinate representation of color #FF0398: hue angle of 324.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0398 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 152 | - |
| CMYK | 0 | 0.99 | 0.40 | 0 |
| HSL | 324.52º | 1% | 0.51% | - |
| HSV(B) | 324.52º | 0.99% | 1% | - |
| XYZ | 46.94 | 23.59 | 31.79 | - |
| YUV | 95.33 | 159.99 | 241.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 152 | 0 | 0.99 | 0.40 | 0 | 324.52 | 1 | 0.51 |
| Hex | FF | 3 | 98 | 0 | 63 | 28 | 0 | 145 | 64 | 33 |
| Octal | 377 | 3 | 230 | 0 | 143 | 50 | 0 | 505 | 144 | 63 |
| Binary | 11111111 | 11 | 10011000 | 0 | 1100011 | 101000 | 0 | 101000101 | 1100100 | 110011 |
Color Harmonies of #FF0398
Complementary color
Monochromatic Colors of #FF0398
Black with #FF0398
Text Example
Text Example
White with #FF0398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0398; }
p { color: rgb(255,3,152); }
H1.HeaderClassName
{
color: #FF0398;
}
.AnyTagClassName
{
color: #FF0398;
}
</style>
background-color css
<style>
a { background-color: #FF0398; }
a { background-color: rgb(255,3,152); }
div.DivClassName
{
background-color: #FF0398;
}
.BgClassName
{
background-color: #FF0398;
}
</style>
border-color css
<style>
span { border-color: #FF0398; }
span { border-color: rgb(255,3,152); }
td.TdClassName
{
border-color: #FF0398;
}
.TagClassName
{
border-color: #FF0398;
}
</style>