Shades of Hollywood Cerise #FB039F
Tints of Hollywood Cerise #FB039F
RGB
CMYK
RGB Variations
Color information
#FB039F (or 0xFB039F) is known color: Hollywood Cerise. HEX triplet: FB, 03 and 9F. RGB value is (251,3,159). Sum of RGB (Red+Green+Blue) = 251+3+159=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB039F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB039F is #04FC60. Grayscale: #5E5E5E. Windows color (decimal): -326753 or 10421243. OLE color: 10421243.
HSL color Cylindrical-coordinate representation of color #FB039F: hue angle of 322.26º 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 #FB039F is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 159 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.02 |
| HSL | 322.26º | 0.98% | 0.5% | - |
| HSV(B) | 322.26º | 0.99% | 0.98% | - |
| XYZ | 46.07 | 23.08 | 34.83 | - |
| YUV | 94.94 | 164.16 | 239.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 159 | 0 | 0.99 | 0.37 | 0.02 | 322.26 | 0.98 | 0.5 |
| Hex | FB | 3 | 9F | 0 | 63 | 25 | 2 | 142 | 62 | 32 |
| Octal | 373 | 3 | 237 | 0 | 143 | 45 | 2 | 502 | 142 | 62 |
| Binary | 11111011 | 11 | 10011111 | 0 | 1100011 | 100101 | 10 | 101000010 | 1100010 | 110010 |
Color Harmonies of #FB039F
Complementary color
Monochromatic Colors of #FB039F
Black with #FB039F
Text Example
Text Example
White with #FB039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB039F; }
p { color: rgb(251,3,159); }
H1.HeaderClassName
{
color: #FB039F;
}
.AnyTagClassName
{
color: #FB039F;
}
</style>
background-color css
<style>
a { background-color: #FB039F; }
a { background-color: rgb(251,3,159); }
div.DivClassName
{
background-color: #FB039F;
}
.BgClassName
{
background-color: #FB039F;
}
</style>
border-color css
<style>
span { border-color: #FB039F; }
span { border-color: rgb(251,3,159); }
td.TdClassName
{
border-color: #FB039F;
}
.TagClassName
{
border-color: #FB039F;
}
</style>