Shades of Hollywood Cerise #F507A2
Tints of Hollywood Cerise #F507A2
RGB
CMYK
RGB Variations
Color information
#F507A2 (or 0xF507A2) is known color: Hollywood Cerise. HEX triplet: F5, 07 and A2. RGB value is (245,7,162). Sum of RGB (Red+Green+Blue) = 245+7+162=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F507A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F507A2 is #0AF85D. Grayscale: #5F5F5F. Windows color (decimal): -718942 or 10618869. OLE color: 10618869.
HSL color Cylindrical-coordinate representation of color #F507A2: hue angle of 320.92º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F507A2 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 162 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.04 |
| HSL | 320.92º | 0.94% | 0.49% | - |
| HSV(B) | 320.92º | 0.97% | 0.96% | - |
| XYZ | 44.25 | 22.17 | 36.13 | - |
| YUV | 95.83 | 165.35 | 234.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 162 | 0 | 0.97 | 0.34 | 0.04 | 320.92 | 0.94 | 0.49 |
| Hex | F5 | 7 | A2 | 0 | 61 | 22 | 4 | 141 | 5E | 31 |
| Octal | 365 | 7 | 242 | 0 | 141 | 42 | 4 | 501 | 136 | 61 |
| Binary | 11110101 | 111 | 10100010 | 0 | 1100001 | 100010 | 100 | 101000001 | 1011110 | 110001 |
Color Harmonies of #F507A2
Complementary color
Monochromatic Colors of #F507A2
Black with #F507A2
Text Example
Text Example
White with #F507A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F507A2; }
p { color: rgb(245,7,162); }
H1.HeaderClassName
{
color: #F507A2;
}
.AnyTagClassName
{
color: #F507A2;
}
</style>
background-color css
<style>
a { background-color: #F507A2; }
a { background-color: rgb(245,7,162); }
div.DivClassName
{
background-color: #F507A2;
}
.BgClassName
{
background-color: #F507A2;
}
</style>
border-color css
<style>
span { border-color: #F507A2; }
span { border-color: rgb(245,7,162); }
td.TdClassName
{
border-color: #F507A2;
}
.TagClassName
{
border-color: #F507A2;
}
</style>