Shades of Hollywood Cerise #F502A7
Tints of Hollywood Cerise #F502A7
RGB
CMYK
RGB Variations
Color information
#F502A7 (or 0xF502A7) is known color: Hollywood Cerise. HEX triplet: F5, 02 and A7. RGB value is (245,2,167). Sum of RGB (Red+Green+Blue) = 245+2+167=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F502A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F502A7 is #0AFD58. Grayscale: #5D5D5D. Windows color (decimal): -720217 or 10945269. OLE color: 10945269.
HSL color Cylindrical-coordinate representation of color #F502A7: hue angle of 319.26º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F502A7 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 167 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.04 |
| HSL | 319.26º | 0.98% | 0.48% | - |
| HSV(B) | 319.26º | 0.99% | 0.96% | - |
| XYZ | 44.65 | 22.25 | 38.5 | - |
| YUV | 93.47 | 169.51 | 236.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 167 | 0 | 0.99 | 0.32 | 0.04 | 319.26 | 0.98 | 0.48 |
| Hex | F5 | 2 | A7 | 0 | 63 | 20 | 4 | 13F | 62 | 30 |
| Octal | 365 | 2 | 247 | 0 | 143 | 40 | 4 | 477 | 142 | 60 |
| Binary | 11110101 | 10 | 10100111 | 0 | 1100011 | 100000 | 100 | 100111111 | 1100010 | 110000 |
Color Harmonies of #F502A7
Complementary color
Monochromatic Colors of #F502A7
Black with #F502A7
Text Example
Text Example
White with #F502A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F502A7; }
p { color: rgb(245,2,167); }
H1.HeaderClassName
{
color: #F502A7;
}
.AnyTagClassName
{
color: #F502A7;
}
</style>
background-color css
<style>
a { background-color: #F502A7; }
a { background-color: rgb(245,2,167); }
div.DivClassName
{
background-color: #F502A7;
}
.BgClassName
{
background-color: #F502A7;
}
</style>
border-color css
<style>
span { border-color: #F502A7; }
span { border-color: rgb(245,2,167); }
td.TdClassName
{
border-color: #F502A7;
}
.TagClassName
{
border-color: #F502A7;
}
</style>