Shades of Hollywood Cerise #FB039D
Tints of Hollywood Cerise #FB039D
RGB
CMYK
RGB Variations
Color information
#FB039D (or 0xFB039D) is known color: Hollywood Cerise. HEX triplet: FB, 03 and 9D. RGB value is (251,3,157). Sum of RGB (Red+Green+Blue) = 251+3+157=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB039D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB039D is #04FC62. Grayscale: #5E5E5E. Windows color (decimal): -326755 or 10290171. OLE color: 10290171.
HSL color Cylindrical-coordinate representation of color #FB039D: hue angle of 322.74º 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 #FB039D is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 157 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.02 |
| HSL | 322.74º | 0.98% | 0.5% | - |
| HSV(B) | 322.74º | 0.99% | 0.98% | - |
| XYZ | 45.9 | 23.01 | 33.92 | - |
| YUV | 94.71 | 163.16 | 239.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 157 | 0 | 0.99 | 0.37 | 0.02 | 322.74 | 0.98 | 0.5 |
| Hex | FB | 3 | 9D | 0 | 63 | 25 | 2 | 143 | 62 | 32 |
| Octal | 373 | 3 | 235 | 0 | 143 | 45 | 2 | 503 | 142 | 62 |
| Binary | 11111011 | 11 | 10011101 | 0 | 1100011 | 100101 | 10 | 101000011 | 1100010 | 110010 |
Color Harmonies of #FB039D
Complementary color
Monochromatic Colors of #FB039D
Black with #FB039D
Text Example
Text Example
White with #FB039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB039D; }
p { color: rgb(251,3,157); }
H1.HeaderClassName
{
color: #FB039D;
}
.AnyTagClassName
{
color: #FB039D;
}
</style>
background-color css
<style>
a { background-color: #FB039D; }
a { background-color: rgb(251,3,157); }
div.DivClassName
{
background-color: #FB039D;
}
.BgClassName
{
background-color: #FB039D;
}
</style>
border-color css
<style>
span { border-color: #FB039D; }
span { border-color: rgb(251,3,157); }
td.TdClassName
{
border-color: #FB039D;
}
.TagClassName
{
border-color: #FB039D;
}
</style>