Shades of Hollywood Cerise #F503A1
Tints of Hollywood Cerise #F503A1
RGB
CMYK
RGB Variations
Color information
#F503A1 (or 0xF503A1) is known color: Hollywood Cerise. HEX triplet: F5, 03 and A1. RGB value is (245,3,161). Sum of RGB (Red+Green+Blue) = 245+3+161=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F503A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F503A1 is #0AFC5E. Grayscale: #5C5C5C. Windows color (decimal): -719967 or 10552309. OLE color: 10552309.
HSL color Cylindrical-coordinate representation of color #F503A1: hue angle of 320.83º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F503A1 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 161 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.04 |
| HSL | 320.83º | 0.98% | 0.49% | - |
| HSV(B) | 320.83º | 0.99% | 0.96% | - |
| XYZ | 44.12 | 22.05 | 35.65 | - |
| YUV | 93.37 | 166.17 | 236.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 161 | 0 | 0.99 | 0.34 | 0.04 | 320.83 | 0.98 | 0.49 |
| Hex | F5 | 3 | A1 | 0 | 63 | 22 | 4 | 141 | 62 | 31 |
| Octal | 365 | 3 | 241 | 0 | 143 | 42 | 4 | 501 | 142 | 61 |
| Binary | 11110101 | 11 | 10100001 | 0 | 1100011 | 100010 | 100 | 101000001 | 1100010 | 110001 |
Color Harmonies of #F503A1
Complementary color
Monochromatic Colors of #F503A1
Black with #F503A1
Text Example
Text Example
White with #F503A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F503A1; }
p { color: rgb(245,3,161); }
H1.HeaderClassName
{
color: #F503A1;
}
.AnyTagClassName
{
color: #F503A1;
}
</style>
background-color css
<style>
a { background-color: #F503A1; }
a { background-color: rgb(245,3,161); }
div.DivClassName
{
background-color: #F503A1;
}
.BgClassName
{
background-color: #F503A1;
}
</style>
border-color css
<style>
span { border-color: #F503A1; }
span { border-color: rgb(245,3,161); }
td.TdClassName
{
border-color: #F503A1;
}
.TagClassName
{
border-color: #F503A1;
}
</style>