Shades of Hollywood Cerise #FF0297
Tints of Hollywood Cerise #FF0297
RGB
CMYK
RGB Variations
Color information
#FF0297 (or 0xFF0297) is known color: Hollywood Cerise. HEX triplet: FF, 02 and 97. RGB value is (255,2,151). Sum of RGB (Red+Green+Blue) = 255+2+151=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0297 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0297 is #00FD68. Grayscale: #5E5E5E. Windows color (decimal): -64873 or 9896703. OLE color: 9896703.
HSL color Cylindrical-coordinate representation of color #FF0297: hue angle of 324.66º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0297 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 151 | - |
| CMYK | 0 | 0.99 | 0.41 | 0 |
| HSL | 324.66º | 1% | 0.5% | - |
| HSV(B) | 324.66º | 0.99% | 1% | - |
| XYZ | 46.85 | 23.54 | 31.35 | - |
| YUV | 94.63 | 159.82 | 242.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 151 | 0 | 0.99 | 0.41 | 0 | 324.66 | 1 | 0.5 |
| Hex | FF | 2 | 97 | 0 | 63 | 29 | 0 | 145 | 64 | 32 |
| Octal | 377 | 2 | 227 | 0 | 143 | 51 | 0 | 505 | 144 | 62 |
| Binary | 11111111 | 10 | 10010111 | 0 | 1100011 | 101001 | 0 | 101000101 | 1100100 | 110010 |
Color Harmonies of #FF0297
Complementary color
Monochromatic Colors of #FF0297
Black with #FF0297
Text Example
Text Example
White with #FF0297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0297; }
p { color: rgb(255,2,151); }
H1.HeaderClassName
{
color: #FF0297;
}
.AnyTagClassName
{
color: #FF0297;
}
</style>
background-color css
<style>
a { background-color: #FF0297; }
a { background-color: rgb(255,2,151); }
div.DivClassName
{
background-color: #FF0297;
}
.BgClassName
{
background-color: #FF0297;
}
</style>
border-color css
<style>
span { border-color: #FF0297; }
span { border-color: rgb(255,2,151); }
td.TdClassName
{
border-color: #FF0297;
}
.TagClassName
{
border-color: #FF0297;
}
</style>