Shades of Hollywood Cerise #FF00A3
Tints of Hollywood Cerise #FF00A3
RGB
CMYK
RGB Variations
Color information
#FF00A3 (or 0xFF00A3) is known color: Hollywood Cerise. HEX triplet: FF, 00 and A3. RGB value is (255,0,163). Sum of RGB (Red+Green+Blue) = 255+0+163=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF00A3 is #00FF5C. Grayscale: #5E5E5E. Windows color (decimal): -65373 or 10682623. OLE color: 10682623.
HSL color Cylindrical-coordinate representation of color #FF00A3: hue angle of 321.65º 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 #FF00A3 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 163 | - |
| CMYK | 0 | 1 | 0.36 | 0 |
| HSL | 321.65º | 1% | 0.5% | - |
| HSV(B) | 321.65º | 1% | 1% | - |
| XYZ | 47.85 | 23.9 | 36.74 | - |
| YUV | 94.83 | 166.48 | 242.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 163 | 0 | 1 | 0.36 | 0 | 321.65 | 1 | 0.5 |
| Hex | FF | 0 | A3 | 0 | 64 | 24 | 0 | 142 | 64 | 32 |
| Octal | 377 | 0 | 243 | 0 | 144 | 44 | 0 | 502 | 144 | 62 |
| Binary | 11111111 | 0 | 10100011 | 0 | 1100100 | 100100 | 0 | 101000010 | 1100100 | 110010 |
Color Harmonies of #FF00A3
Complementary color
Monochromatic Colors of #FF00A3
Black with #FF00A3
Text Example
Text Example
White with #FF00A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00A3; }
p { color: rgb(255,0,163); }
H1.HeaderClassName
{
color: #FF00A3;
}
.AnyTagClassName
{
color: #FF00A3;
}
</style>
background-color css
<style>
a { background-color: #FF00A3; }
a { background-color: rgb(255,0,163); }
div.DivClassName
{
background-color: #FF00A3;
}
.BgClassName
{
background-color: #FF00A3;
}
</style>
border-color css
<style>
span { border-color: #FF00A3; }
span { border-color: rgb(255,0,163); }
td.TdClassName
{
border-color: #FF00A3;
}
.TagClassName
{
border-color: #FF00A3;
}
</style>