Shades of Hollywood Cerise #F503B2
Tints of Hollywood Cerise #F503B2
RGB
CMYK
RGB Variations
Color information
#F503B2 (or 0xF503B2) is known color: Hollywood Cerise. HEX triplet: F5, 03 and B2. RGB value is (245,3,178). Sum of RGB (Red+Green+Blue) = 245+3+178=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F503B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F503B2 is #0AFC4D. Grayscale: #5E5E5E. Windows color (decimal): -719950 or 11666421. OLE color: 11666421.
HSL color Cylindrical-coordinate representation of color #F503B2: hue angle of 316.61º 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 #F503B2 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 178 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.04 |
| HSL | 316.61º | 0.98% | 0.49% | - |
| HSV(B) | 316.61º | 0.99% | 0.96% | - |
| XYZ | 45.72 | 22.69 | 44.09 | - |
| YUV | 95.31 | 174.67 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 178 | 0 | 0.99 | 0.27 | 0.04 | 316.61 | 0.98 | 0.49 |
| Hex | F5 | 3 | B2 | 0 | 63 | 1B | 4 | 13D | 62 | 31 |
| Octal | 365 | 3 | 262 | 0 | 143 | 33 | 4 | 475 | 142 | 61 |
| Binary | 11110101 | 11 | 10110010 | 0 | 1100011 | 11011 | 100 | 100111101 | 1100010 | 110001 |
Color Harmonies of #F503B2
Complementary color
Monochromatic Colors of #F503B2
Black with #F503B2
Text Example
Text Example
White with #F503B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F503B2; }
p { color: rgb(245,3,178); }
H1.HeaderClassName
{
color: #F503B2;
}
.AnyTagClassName
{
color: #F503B2;
}
</style>
background-color css
<style>
a { background-color: #F503B2; }
a { background-color: rgb(245,3,178); }
div.DivClassName
{
background-color: #F503B2;
}
.BgClassName
{
background-color: #F503B2;
}
</style>
border-color css
<style>
span { border-color: #F503B2; }
span { border-color: rgb(245,3,178); }
td.TdClassName
{
border-color: #F503B2;
}
.TagClassName
{
border-color: #F503B2;
}
</style>