Shades of Hollywood Cerise #F509AA
Tints of Hollywood Cerise #F509AA
RGB
CMYK
RGB Variations
Color information
#F509AA (or 0xF509AA) is known color: Hollywood Cerise. HEX triplet: F5, 09 and AA. RGB value is (245,9,170). Sum of RGB (Red+Green+Blue) = 245+9+170=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 9 (3.91% from 255 or 2.12% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F509AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F509AA is #0AF655. Grayscale: #616161. Windows color (decimal): -718422 or 11143669. OLE color: 11143669.
HSL color Cylindrical-coordinate representation of color #F509AA: hue angle of 319.07º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F509AA is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 170 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.04 |
| HSL | 319.07º | 0.93% | 0.5% | - |
| HSV(B) | 319.07º | 0.96% | 0.96% | - |
| XYZ | 45.01 | 22.51 | 40 | - |
| YUV | 97.92 | 168.69 | 232.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 170 | 0 | 0.96 | 0.31 | 0.04 | 319.07 | 0.93 | 0.5 |
| Hex | F5 | 9 | AA | 0 | 60 | 1F | 4 | 13F | 5D | 32 |
| Octal | 365 | 11 | 252 | 0 | 140 | 37 | 4 | 477 | 135 | 62 |
| Binary | 11110101 | 1001 | 10101010 | 0 | 1100000 | 11111 | 100 | 100111111 | 1011101 | 110010 |
Color Harmonies of #F509AA
Complementary color
Monochromatic Colors of #F509AA
Black with #F509AA
Text Example
Text Example
White with #F509AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F509AA; }
p { color: rgb(245,9,170); }
H1.HeaderClassName
{
color: #F509AA;
}
.AnyTagClassName
{
color: #F509AA;
}
</style>
background-color css
<style>
a { background-color: #F509AA; }
a { background-color: rgb(245,9,170); }
div.DivClassName
{
background-color: #F509AA;
}
.BgClassName
{
background-color: #F509AA;
}
</style>
border-color css
<style>
span { border-color: #F509AA; }
span { border-color: rgb(245,9,170); }
td.TdClassName
{
border-color: #F509AA;
}
.TagClassName
{
border-color: #F509AA;
}
</style>