Shades of Hollywood Cerise #F503A3
Tints of Hollywood Cerise #F503A3
RGB
CMYK
RGB Variations
Color information
#F503A3 (or 0xF503A3) is known color: Hollywood Cerise. HEX triplet: F5, 03 and A3. RGB value is (245,3,163). Sum of RGB (Red+Green+Blue) = 245+3+163=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 163 (64.06% from 255 or 39.66% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F503A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F503A3 is #0AFC5C. Grayscale: #5D5D5D. Windows color (decimal): -719965 or 10683381. OLE color: 10683381.
HSL color Cylindrical-coordinate representation of color #F503A3: hue angle of 320.33º 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 #F503A3 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 163 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.04 |
| HSL | 320.33º | 0.98% | 0.49% | - |
| HSV(B) | 320.33º | 0.99% | 0.96% | - |
| XYZ | 44.3 | 22.12 | 36.59 | - |
| YUV | 93.6 | 167.17 | 235.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 163 | 0 | 0.99 | 0.33 | 0.04 | 320.33 | 0.98 | 0.49 |
| Hex | F5 | 3 | A3 | 0 | 63 | 21 | 4 | 140 | 62 | 31 |
| Octal | 365 | 3 | 243 | 0 | 143 | 41 | 4 | 500 | 142 | 61 |
| Binary | 11110101 | 11 | 10100011 | 0 | 1100011 | 100001 | 100 | 101000000 | 1100010 | 110001 |
Color Harmonies of #F503A3
Complementary color
Monochromatic Colors of #F503A3
Black with #F503A3
Text Example
Text Example
White with #F503A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F503A3; }
p { color: rgb(245,3,163); }
H1.HeaderClassName
{
color: #F503A3;
}
.AnyTagClassName
{
color: #F503A3;
}
</style>
background-color css
<style>
a { background-color: #F503A3; }
a { background-color: rgb(245,3,163); }
div.DivClassName
{
background-color: #F503A3;
}
.BgClassName
{
background-color: #F503A3;
}
</style>
border-color css
<style>
span { border-color: #F503A3; }
span { border-color: rgb(245,3,163); }
td.TdClassName
{
border-color: #F503A3;
}
.TagClassName
{
border-color: #F503A3;
}
</style>