Shades of Hollywood Cerise #FB039C
Tints of Hollywood Cerise #FB039C
RGB
CMYK
RGB Variations
Color information
#FB039C (or 0xFB039C) is known color: Hollywood Cerise. HEX triplet: FB, 03 and 9C. RGB value is (251,3,156). Sum of RGB (Red+Green+Blue) = 251+3+156=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB039C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB039C is #04FC63. Grayscale: #5E5E5E. Windows color (decimal): -326756 or 10224635. OLE color: 10224635.
HSL color Cylindrical-coordinate representation of color #FB039C: hue angle of 322.98º 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 #FB039C is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 156 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.02 |
| HSL | 322.98º | 0.98% | 0.5% | - |
| HSV(B) | 322.98º | 0.99% | 0.98% | - |
| XYZ | 45.82 | 22.97 | 33.47 | - |
| YUV | 94.59 | 162.66 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 156 | 0 | 0.99 | 0.38 | 0.02 | 322.98 | 0.98 | 0.5 |
| Hex | FB | 3 | 9C | 0 | 63 | 26 | 2 | 143 | 62 | 32 |
| Octal | 373 | 3 | 234 | 0 | 143 | 46 | 2 | 503 | 142 | 62 |
| Binary | 11111011 | 11 | 10011100 | 0 | 1100011 | 100110 | 10 | 101000011 | 1100010 | 110010 |
Color Harmonies of #FB039C
Complementary color
Monochromatic Colors of #FB039C
Black with #FB039C
Text Example
Text Example
White with #FB039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB039C; }
p { color: rgb(251,3,156); }
H1.HeaderClassName
{
color: #FB039C;
}
.AnyTagClassName
{
color: #FB039C;
}
</style>
background-color css
<style>
a { background-color: #FB039C; }
a { background-color: rgb(251,3,156); }
div.DivClassName
{
background-color: #FB039C;
}
.BgClassName
{
background-color: #FB039C;
}
</style>
border-color css
<style>
span { border-color: #FB039C; }
span { border-color: rgb(251,3,156); }
td.TdClassName
{
border-color: #FB039C;
}
.TagClassName
{
border-color: #FB039C;
}
</style>