Shades of Hollywood Cerise #FB0293
Tints of Hollywood Cerise #FB0293
RGB
CMYK
RGB Variations
Color information
#FB0293 (or 0xFB0293) is known color: Hollywood Cerise. HEX triplet: FB, 02 and 93. RGB value is (251,2,147). Sum of RGB (Red+Green+Blue) = 251+2+147=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0293 is #04FD6C. Grayscale: #5C5C5C. Windows color (decimal): -327021 or 9634555. OLE color: 9634555.
HSL color Cylindrical-coordinate representation of color #FB0293: hue angle of 325.06º 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 #FB0293 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.02 |
| HSL | 325.06º | 0.98% | 0.5% | - |
| HSV(B) | 325.06º | 0.99% | 0.98% | - |
| XYZ | 45.07 | 22.66 | 29.6 | - |
| YUV | 92.98 | 158.49 | 240.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 147 | 0 | 0.99 | 0.41 | 0.02 | 325.06 | 0.98 | 0.5 |
| Hex | FB | 2 | 93 | 0 | 63 | 29 | 2 | 145 | 62 | 32 |
| Octal | 373 | 2 | 223 | 0 | 143 | 51 | 2 | 505 | 142 | 62 |
| Binary | 11111011 | 10 | 10010011 | 0 | 1100011 | 101001 | 10 | 101000101 | 1100010 | 110010 |
Color Harmonies of #FB0293
Complementary color
Monochromatic Colors of #FB0293
Black with #FB0293
Text Example
Text Example
White with #FB0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0293; }
p { color: rgb(251,2,147); }
H1.HeaderClassName
{
color: #FB0293;
}
.AnyTagClassName
{
color: #FB0293;
}
</style>
background-color css
<style>
a { background-color: #FB0293; }
a { background-color: rgb(251,2,147); }
div.DivClassName
{
background-color: #FB0293;
}
.BgClassName
{
background-color: #FB0293;
}
</style>
border-color css
<style>
span { border-color: #FB0293; }
span { border-color: rgb(251,2,147); }
td.TdClassName
{
border-color: #FB0293;
}
.TagClassName
{
border-color: #FB0293;
}
</style>