Shades of Hollywood Cerise #FF04B0
Tints of Hollywood Cerise #FF04B0
RGB
CMYK
RGB Variations
Color information
#FF04B0 (or 0xFF04B0) is known color: Hollywood Cerise. HEX triplet: FF, 04 and B0. RGB value is (255,4,176). Sum of RGB (Red+Green+Blue) = 255+4+176=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 4 (1.95% from 255 or 0.92% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF04B0 is #00FB4F. Grayscale: #626262. Windows color (decimal): -64336 or 11535615. OLE color: 11535615.
HSL color Cylindrical-coordinate representation of color #FF04B0: hue angle of 318.88º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF04B0 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 176 | - |
| CMYK | 0 | 0.98 | 0.31 | 0 |
| HSL | 318.88º | 1% | 0.51% | - |
| HSV(B) | 318.88º | 0.98% | 1% | - |
| XYZ | 49.12 | 24.48 | 43.21 | - |
| YUV | 98.66 | 171.66 | 239.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 176 | 0 | 0.98 | 0.31 | 0 | 318.88 | 1 | 0.51 |
| Hex | FF | 4 | B0 | 0 | 62 | 1F | 0 | 13F | 64 | 33 |
| Octal | 377 | 4 | 260 | 0 | 142 | 37 | 0 | 477 | 144 | 63 |
| Binary | 11111111 | 100 | 10110000 | 0 | 1100010 | 11111 | 0 | 100111111 | 1100100 | 110011 |
Color Harmonies of #FF04B0
Complementary color
Monochromatic Colors of #FF04B0
Black with #FF04B0
Text Example
Text Example
White with #FF04B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04B0; }
p { color: rgb(255,4,176); }
H1.HeaderClassName
{
color: #FF04B0;
}
.AnyTagClassName
{
color: #FF04B0;
}
</style>
background-color css
<style>
a { background-color: #FF04B0; }
a { background-color: rgb(255,4,176); }
div.DivClassName
{
background-color: #FF04B0;
}
.BgClassName
{
background-color: #FF04B0;
}
</style>
border-color css
<style>
span { border-color: #FF04B0; }
span { border-color: rgb(255,4,176); }
td.TdClassName
{
border-color: #FF04B0;
}
.TagClassName
{
border-color: #FF04B0;
}
</style>