Shades of Hollywood Cerise #FF04A7
Tints of Hollywood Cerise #FF04A7
RGB
CMYK
RGB Variations
Color information
#FF04A7 (or 0xFF04A7) is known color: Hollywood Cerise. HEX triplet: FF, 04 and A7. RGB value is (255,4,167). Sum of RGB (Red+Green+Blue) = 255+4+167=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 4 (1.95% from 255 or 0.94% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF04A7 is #00FB58. Grayscale: #616161. Windows color (decimal): -64345 or 10945791. OLE color: 10945791.
HSL color Cylindrical-coordinate representation of color #FF04A7: hue angle of 321.04º 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 #FF04A7 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 167 | - |
| CMYK | 0 | 0.98 | 0.35 | 0 |
| HSL | 321.04º | 1% | 0.51% | - |
| HSV(B) | 321.04º | 0.98% | 1% | - |
| XYZ | 48.26 | 24.14 | 38.67 | - |
| YUV | 97.63 | 167.16 | 240.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 167 | 0 | 0.98 | 0.35 | 0 | 321.04 | 1 | 0.51 |
| Hex | FF | 4 | A7 | 0 | 62 | 23 | 0 | 141 | 64 | 33 |
| Octal | 377 | 4 | 247 | 0 | 142 | 43 | 0 | 501 | 144 | 63 |
| Binary | 11111111 | 100 | 10100111 | 0 | 1100010 | 100011 | 0 | 101000001 | 1100100 | 110011 |
Color Harmonies of #FF04A7
Complementary color
Monochromatic Colors of #FF04A7
Black with #FF04A7
Text Example
Text Example
White with #FF04A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04A7; }
p { color: rgb(255,4,167); }
H1.HeaderClassName
{
color: #FF04A7;
}
.AnyTagClassName
{
color: #FF04A7;
}
</style>
background-color css
<style>
a { background-color: #FF04A7; }
a { background-color: rgb(255,4,167); }
div.DivClassName
{
background-color: #FF04A7;
}
.BgClassName
{
background-color: #FF04A7;
}
</style>
border-color css
<style>
span { border-color: #FF04A7; }
span { border-color: rgb(255,4,167); }
td.TdClassName
{
border-color: #FF04A7;
}
.TagClassName
{
border-color: #FF04A7;
}
</style>