Shades of Hollywood Cerise #FF03A5
Tints of Hollywood Cerise #FF03A5
RGB
CMYK
RGB Variations
Color information
#FF03A5 (or 0xFF03A5) is known color: Hollywood Cerise. HEX triplet: FF, 03 and A5. RGB value is (255,3,165). Sum of RGB (Red+Green+Blue) = 255+3+165=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF03A5 is #00FC5A. Grayscale: #606060. Windows color (decimal): -64603 or 10814463. OLE color: 10814463.
HSL color Cylindrical-coordinate representation of color #FF03A5: hue angle of 321.43º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF03A5 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 165 | - |
| CMYK | 0 | 0.99 | 0.35 | 0 |
| HSL | 321.43º | 1% | 0.51% | - |
| HSV(B) | 321.43º | 0.99% | 1% | - |
| XYZ | 48.06 | 24.04 | 37.7 | - |
| YUV | 96.82 | 166.49 | 240.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 165 | 0 | 0.99 | 0.35 | 0 | 321.43 | 1 | 0.51 |
| Hex | FF | 3 | A5 | 0 | 63 | 23 | 0 | 141 | 64 | 33 |
| Octal | 377 | 3 | 245 | 0 | 143 | 43 | 0 | 501 | 144 | 63 |
| Binary | 11111111 | 11 | 10100101 | 0 | 1100011 | 100011 | 0 | 101000001 | 1100100 | 110011 |
Color Harmonies of #FF03A5
Complementary color
Monochromatic Colors of #FF03A5
Black with #FF03A5
Text Example
Text Example
White with #FF03A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03A5; }
p { color: rgb(255,3,165); }
H1.HeaderClassName
{
color: #FF03A5;
}
.AnyTagClassName
{
color: #FF03A5;
}
</style>
background-color css
<style>
a { background-color: #FF03A5; }
a { background-color: rgb(255,3,165); }
div.DivClassName
{
background-color: #FF03A5;
}
.BgClassName
{
background-color: #FF03A5;
}
</style>
border-color css
<style>
span { border-color: #FF03A5; }
span { border-color: rgb(255,3,165); }
td.TdClassName
{
border-color: #FF03A5;
}
.TagClassName
{
border-color: #FF03A5;
}
</style>