Shades of Hollywood Cerise #FF0497
Tints of Hollywood Cerise #FF0497
RGB
CMYK
RGB Variations
Color information
#FF0497 (or 0xFF0497) is known color: Hollywood Cerise. HEX triplet: FF, 04 and 97. RGB value is (255,4,151). Sum of RGB (Red+Green+Blue) = 255+4+151=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 4 (1.95% from 255 or 0.98% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0497 is #00FB68. Grayscale: #5F5F5F. Windows color (decimal): -64361 or 9897215. OLE color: 9897215.
HSL color Cylindrical-coordinate representation of color #FF0497: hue angle of 324.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0497 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 151 | - |
| CMYK | 0 | 0.98 | 0.41 | 0 |
| HSL | 324.86º | 1% | 0.51% | - |
| HSV(B) | 324.86º | 0.98% | 1% | - |
| XYZ | 46.87 | 23.58 | 31.36 | - |
| YUV | 95.81 | 159.16 | 241.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 151 | 0 | 0.98 | 0.41 | 0 | 324.86 | 1 | 0.51 |
| Hex | FF | 4 | 97 | 0 | 62 | 29 | 0 | 145 | 64 | 33 |
| Octal | 377 | 4 | 227 | 0 | 142 | 51 | 0 | 505 | 144 | 63 |
| Binary | 11111111 | 100 | 10010111 | 0 | 1100010 | 101001 | 0 | 101000101 | 1100100 | 110011 |
Color Harmonies of #FF0497
Complementary color
Monochromatic Colors of #FF0497
Black with #FF0497
Text Example
Text Example
White with #FF0497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0497; }
p { color: rgb(255,4,151); }
H1.HeaderClassName
{
color: #FF0497;
}
.AnyTagClassName
{
color: #FF0497;
}
</style>
background-color css
<style>
a { background-color: #FF0497; }
a { background-color: rgb(255,4,151); }
div.DivClassName
{
background-color: #FF0497;
}
.BgClassName
{
background-color: #FF0497;
}
</style>
border-color css
<style>
span { border-color: #FF0497; }
span { border-color: rgb(255,4,151); }
td.TdClassName
{
border-color: #FF0497;
}
.TagClassName
{
border-color: #FF0497;
}
</style>