Shades of Hollywood Cerise #FB0393
Tints of Hollywood Cerise #FB0393
RGB
CMYK
RGB Variations
Color information
#FB0393 (or 0xFB0393) is known color: Hollywood Cerise. HEX triplet: FB, 03 and 93. RGB value is (251,3,147). Sum of RGB (Red+Green+Blue) = 251+3+147=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0393 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0393 is #04FC6C. Grayscale: #5D5D5D. Windows color (decimal): -326765 or 9634811. OLE color: 9634811.
HSL color Cylindrical-coordinate representation of color #FB0393: hue angle of 325.16º 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 #FB0393 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 147 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.02 |
| HSL | 325.16º | 0.98% | 0.5% | - |
| HSV(B) | 325.16º | 0.99% | 0.98% | - |
| XYZ | 45.08 | 22.68 | 29.61 | - |
| YUV | 93.57 | 158.16 | 240.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 147 | 0 | 0.99 | 0.41 | 0.02 | 325.16 | 0.98 | 0.5 |
| Hex | FB | 3 | 93 | 0 | 63 | 29 | 2 | 145 | 62 | 32 |
| Octal | 373 | 3 | 223 | 0 | 143 | 51 | 2 | 505 | 142 | 62 |
| Binary | 11111011 | 11 | 10010011 | 0 | 1100011 | 101001 | 10 | 101000101 | 1100010 | 110010 |
Color Harmonies of #FB0393
Complementary color
Monochromatic Colors of #FB0393
Black with #FB0393
Text Example
Text Example
White with #FB0393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0393; }
p { color: rgb(251,3,147); }
H1.HeaderClassName
{
color: #FB0393;
}
.AnyTagClassName
{
color: #FB0393;
}
</style>
background-color css
<style>
a { background-color: #FB0393; }
a { background-color: rgb(251,3,147); }
div.DivClassName
{
background-color: #FB0393;
}
.BgClassName
{
background-color: #FB0393;
}
</style>
border-color css
<style>
span { border-color: #FB0393; }
span { border-color: rgb(251,3,147); }
td.TdClassName
{
border-color: #FB0393;
}
.TagClassName
{
border-color: #FB0393;
}
</style>