Shades of Hollywood Cerise #FB0299
Tints of Hollywood Cerise #FB0299
RGB
CMYK
RGB Variations
Color information
#FB0299 (or 0xFB0299) is known color: Hollywood Cerise. HEX triplet: FB, 02 and 99. RGB value is (251,2,153). Sum of RGB (Red+Green+Blue) = 251+2+153=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0299 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0299 is #04FD66. Grayscale: #5D5D5D. Windows color (decimal): -327015 or 10027771. OLE color: 10027771.
HSL color Cylindrical-coordinate representation of color #FB0299: hue angle of 323.61º 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 #FB0299 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 153 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.02 |
| HSL | 323.61º | 0.98% | 0.5% | - |
| HSV(B) | 323.61º | 0.99% | 0.98% | - |
| XYZ | 45.56 | 22.85 | 32.15 | - |
| YUV | 93.67 | 161.49 | 240.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 153 | 0 | 0.99 | 0.39 | 0.02 | 323.61 | 0.98 | 0.5 |
| Hex | FB | 2 | 99 | 0 | 63 | 27 | 2 | 144 | 62 | 32 |
| Octal | 373 | 2 | 231 | 0 | 143 | 47 | 2 | 504 | 142 | 62 |
| Binary | 11111011 | 10 | 10011001 | 0 | 1100011 | 100111 | 10 | 101000100 | 1100010 | 110010 |
Color Harmonies of #FB0299
Complementary color
Monochromatic Colors of #FB0299
Black with #FB0299
Text Example
Text Example
White with #FB0299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0299; }
p { color: rgb(251,2,153); }
H1.HeaderClassName
{
color: #FB0299;
}
.AnyTagClassName
{
color: #FB0299;
}
</style>
background-color css
<style>
a { background-color: #FB0299; }
a { background-color: rgb(251,2,153); }
div.DivClassName
{
background-color: #FB0299;
}
.BgClassName
{
background-color: #FB0299;
}
</style>
border-color css
<style>
span { border-color: #FB0299; }
span { border-color: rgb(251,2,153); }
td.TdClassName
{
border-color: #FB0299;
}
.TagClassName
{
border-color: #FB0299;
}
</style>