Shades of Hollywood Cerise #FF00A4
Tints of Hollywood Cerise #FF00A4
RGB
CMYK
RGB Variations
Color information
#FF00A4 (or 0xFF00A4) is known color: Hollywood Cerise. HEX triplet: FF, 00 and A4. RGB value is (255,0,164). Sum of RGB (Red+Green+Blue) = 255+0+164=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF00A4 is #00FF5B. Grayscale: #5E5E5E. Windows color (decimal): -65372 or 10748159. OLE color: 10748159.
HSL color Cylindrical-coordinate representation of color #FF00A4: hue angle of 321.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF00A4 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 164 | - |
| CMYK | 0 | 1 | 0.36 | 0 |
| HSL | 321.41º | 1% | 0.5% | - |
| HSV(B) | 321.41º | 1% | 1% | - |
| XYZ | 47.94 | 23.94 | 37.22 | - |
| YUV | 94.94 | 166.98 | 242.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 164 | 0 | 1 | 0.36 | 0 | 321.41 | 1 | 0.5 |
| Hex | FF | 0 | A4 | 0 | 64 | 24 | 0 | 141 | 64 | 32 |
| Octal | 377 | 0 | 244 | 0 | 144 | 44 | 0 | 501 | 144 | 62 |
| Binary | 11111111 | 0 | 10100100 | 0 | 1100100 | 100100 | 0 | 101000001 | 1100100 | 110010 |
Color Harmonies of #FF00A4
Complementary color
Monochromatic Colors of #FF00A4
Black with #FF00A4
Text Example
Text Example
White with #FF00A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00A4; }
p { color: rgb(255,0,164); }
H1.HeaderClassName
{
color: #FF00A4;
}
.AnyTagClassName
{
color: #FF00A4;
}
</style>
background-color css
<style>
a { background-color: #FF00A4; }
a { background-color: rgb(255,0,164); }
div.DivClassName
{
background-color: #FF00A4;
}
.BgClassName
{
background-color: #FF00A4;
}
</style>
border-color css
<style>
span { border-color: #FF00A4; }
span { border-color: rgb(255,0,164); }
td.TdClassName
{
border-color: #FF00A4;
}
.TagClassName
{
border-color: #FF00A4;
}
</style>