Shades of Hollywood Cerise #FF00A5
Tints of Hollywood Cerise #FF00A5
RGB
CMYK
RGB Variations
Color information
#FF00A5 (or 0xFF00A5) is known color: Hollywood Cerise. HEX triplet: FF, 00 and A5. RGB value is (255,0,165). Sum of RGB (Red+Green+Blue) = 255+0+165=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF00A5 is #00FF5A. Grayscale: #5E5E5E. Windows color (decimal): -65371 or 10813695. OLE color: 10813695.
HSL color Cylindrical-coordinate representation of color #FF00A5: hue angle of 321.18º 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 #FF00A5 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 165 | - |
| CMYK | 0 | 1 | 0.35 | 0 |
| HSL | 321.18º | 1% | 0.5% | - |
| HSV(B) | 321.18º | 1% | 1% | - |
| XYZ | 48.03 | 23.98 | 37.69 | - |
| YUV | 95.06 | 167.48 | 242.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 165 | 0 | 1 | 0.35 | 0 | 321.18 | 1 | 0.5 |
| Hex | FF | 0 | A5 | 0 | 64 | 23 | 0 | 141 | 64 | 32 |
| Octal | 377 | 0 | 245 | 0 | 144 | 43 | 0 | 501 | 144 | 62 |
| Binary | 11111111 | 0 | 10100101 | 0 | 1100100 | 100011 | 0 | 101000001 | 1100100 | 110010 |
Color Harmonies of #FF00A5
Complementary color
Monochromatic Colors of #FF00A5
Black with #FF00A5
Text Example
Text Example
White with #FF00A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00A5; }
p { color: rgb(255,0,165); }
H1.HeaderClassName
{
color: #FF00A5;
}
.AnyTagClassName
{
color: #FF00A5;
}
</style>
background-color css
<style>
a { background-color: #FF00A5; }
a { background-color: rgb(255,0,165); }
div.DivClassName
{
background-color: #FF00A5;
}
.BgClassName
{
background-color: #FF00A5;
}
</style>
border-color css
<style>
span { border-color: #FF00A5; }
span { border-color: rgb(255,0,165); }
td.TdClassName
{
border-color: #FF00A5;
}
.TagClassName
{
border-color: #FF00A5;
}
</style>