Shades of Hollywood Cerise #F502AA
Tints of Hollywood Cerise #F502AA
RGB
CMYK
RGB Variations
Color information
#F502AA (or 0xF502AA) is known color: Hollywood Cerise. HEX triplet: F5, 02 and AA. RGB value is (245,2,170). Sum of RGB (Red+Green+Blue) = 245+2+170=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F502AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F502AA is #0AFD55. Grayscale: #5D5D5D. Windows color (decimal): -720214 or 11141877. OLE color: 11141877.
HSL color Cylindrical-coordinate representation of color #F502AA: hue angle of 318.52º 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 #F502AA is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 170 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.04 |
| HSL | 318.52º | 0.98% | 0.48% | - |
| HSV(B) | 318.52º | 0.99% | 0.96% | - |
| XYZ | 44.93 | 22.36 | 39.98 | - |
| YUV | 93.81 | 171.01 | 235.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 170 | 0 | 0.99 | 0.31 | 0.04 | 318.52 | 0.98 | 0.48 |
| Hex | F5 | 2 | AA | 0 | 63 | 1F | 4 | 13F | 62 | 30 |
| Octal | 365 | 2 | 252 | 0 | 143 | 37 | 4 | 477 | 142 | 60 |
| Binary | 11110101 | 10 | 10101010 | 0 | 1100011 | 11111 | 100 | 100111111 | 1100010 | 110000 |
Color Harmonies of #F502AA
Complementary color
Monochromatic Colors of #F502AA
Black with #F502AA
Text Example
Text Example
White with #F502AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F502AA; }
p { color: rgb(245,2,170); }
H1.HeaderClassName
{
color: #F502AA;
}
.AnyTagClassName
{
color: #F502AA;
}
</style>
background-color css
<style>
a { background-color: #F502AA; }
a { background-color: rgb(245,2,170); }
div.DivClassName
{
background-color: #F502AA;
}
.BgClassName
{
background-color: #F502AA;
}
</style>
border-color css
<style>
span { border-color: #F502AA; }
span { border-color: rgb(245,2,170); }
td.TdClassName
{
border-color: #F502AA;
}
.TagClassName
{
border-color: #F502AA;
}
</style>