Shades of Hollywood Cerise #FB0297
Tints of Hollywood Cerise #FB0297
RGB
CMYK
RGB Variations
Color information
#FB0297 (or 0xFB0297) is known color: Hollywood Cerise. HEX triplet: FB, 02 and 97. RGB value is (251,2,151). Sum of RGB (Red+Green+Blue) = 251+2+151=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0297 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0297 is #04FD68. Grayscale: #5D5D5D. Windows color (decimal): -327017 or 9896699. OLE color: 9896699.
HSL color Cylindrical-coordinate representation of color #FB0297: hue angle of 324.1º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0297 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 151 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.02 |
| HSL | 324.1º | 0.98% | 0.5% | - |
| HSV(B) | 324.1º | 0.99% | 0.98% | - |
| XYZ | 45.39 | 22.79 | 31.28 | - |
| YUV | 93.44 | 160.49 | 240.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 151 | 0 | 0.99 | 0.40 | 0.02 | 324.1 | 0.98 | 0.5 |
| Hex | FB | 2 | 97 | 0 | 63 | 28 | 2 | 144 | 62 | 32 |
| Octal | 373 | 2 | 227 | 0 | 143 | 50 | 2 | 504 | 142 | 62 |
| Binary | 11111011 | 10 | 10010111 | 0 | 1100011 | 101000 | 10 | 101000100 | 1100010 | 110010 |
Color Harmonies of #FB0297
Complementary color
Monochromatic Colors of #FB0297
Black with #FB0297
Text Example
Text Example
White with #FB0297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0297; }
p { color: rgb(251,2,151); }
H1.HeaderClassName
{
color: #FB0297;
}
.AnyTagClassName
{
color: #FB0297;
}
</style>
background-color css
<style>
a { background-color: #FB0297; }
a { background-color: rgb(251,2,151); }
div.DivClassName
{
background-color: #FB0297;
}
.BgClassName
{
background-color: #FB0297;
}
</style>
border-color css
<style>
span { border-color: #FB0297; }
span { border-color: rgb(251,2,151); }
td.TdClassName
{
border-color: #FB0297;
}
.TagClassName
{
border-color: #FB0297;
}
</style>