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