Shades of Hollywood Cerise #F509AB
Tints of Hollywood Cerise #F509AB
RGB
CMYK
RGB Variations
Color information
#F509AB (or 0xF509AB) is known color: Hollywood Cerise. HEX triplet: F5, 09 and AB. RGB value is (245,9,171). Sum of RGB (Red+Green+Blue) = 245+9+171=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 9 (3.91% from 255 or 2.12% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F509AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F509AB is #0AF654. Grayscale: #616161. Windows color (decimal): -718421 or 11209205. OLE color: 11209205.
HSL color Cylindrical-coordinate representation of color #F509AB: hue angle of 318.81º 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 #F509AB is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 171 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.04 |
| HSL | 318.81º | 0.93% | 0.5% | - |
| HSV(B) | 318.81º | 0.96% | 0.96% | - |
| XYZ | 45.1 | 22.55 | 40.5 | - |
| YUV | 98.03 | 169.19 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 171 | 0 | 0.96 | 0.30 | 0.04 | 318.81 | 0.93 | 0.5 |
| Hex | F5 | 9 | AB | 0 | 60 | 1E | 4 | 13F | 5D | 32 |
| Octal | 365 | 11 | 253 | 0 | 140 | 36 | 4 | 477 | 135 | 62 |
| Binary | 11110101 | 1001 | 10101011 | 0 | 1100000 | 11110 | 100 | 100111111 | 1011101 | 110010 |
Color Harmonies of #F509AB
Complementary color
Monochromatic Colors of #F509AB
Black with #F509AB
Text Example
Text Example
White with #F509AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F509AB; }
p { color: rgb(245,9,171); }
H1.HeaderClassName
{
color: #F509AB;
}
.AnyTagClassName
{
color: #F509AB;
}
</style>
background-color css
<style>
a { background-color: #F509AB; }
a { background-color: rgb(245,9,171); }
div.DivClassName
{
background-color: #F509AB;
}
.BgClassName
{
background-color: #F509AB;
}
</style>
border-color css
<style>
span { border-color: #F509AB; }
span { border-color: rgb(245,9,171); }
td.TdClassName
{
border-color: #F509AB;
}
.TagClassName
{
border-color: #F509AB;
}
</style>