Shades of Hollywood Cerise #F50BA9
Tints of Hollywood Cerise #F50BA9
RGB
CMYK
RGB Variations
Color information
#F50BA9 (or 0xF50BA9) is known color: Hollywood Cerise. HEX triplet: F5, 0B and A9. RGB value is (245,11,169). Sum of RGB (Red+Green+Blue) = 245+11+169=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 11 (4.69% from 255 or 2.59% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F50BA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50BA9 is #0AF456. Grayscale: #626262. Windows color (decimal): -717911 or 11078645. OLE color: 11078645.
HSL color Cylindrical-coordinate representation of color #F50BA9: hue angle of 319.49º degrees, saturation: 0.92, 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 #F50BA9 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 11 | 169 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.04 |
| HSL | 319.49º | 0.92% | 0.5% | - |
| HSV(B) | 319.49º | 0.96% | 0.96% | - |
| XYZ | 44.94 | 22.52 | 39.51 | - |
| YUV | 98.98 | 167.52 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 11 | 169 | 0 | 0.96 | 0.31 | 0.04 | 319.49 | 0.92 | 0.5 |
| Hex | F5 | B | A9 | 0 | 60 | 1F | 4 | 13F | 5C | 32 |
| Octal | 365 | 13 | 251 | 0 | 140 | 37 | 4 | 477 | 134 | 62 |
| Binary | 11110101 | 1011 | 10101001 | 0 | 1100000 | 11111 | 100 | 100111111 | 1011100 | 110010 |
Color Harmonies of #F50BA9
Complementary color
Monochromatic Colors of #F50BA9
Black with #F50BA9
Text Example
Text Example
White with #F50BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50BA9; }
p { color: rgb(245,11,169); }
H1.HeaderClassName
{
color: #F50BA9;
}
.AnyTagClassName
{
color: #F50BA9;
}
</style>
background-color css
<style>
a { background-color: #F50BA9; }
a { background-color: rgb(245,11,169); }
div.DivClassName
{
background-color: #F50BA9;
}
.BgClassName
{
background-color: #F50BA9;
}
</style>
border-color css
<style>
span { border-color: #F50BA9; }
span { border-color: rgb(245,11,169); }
td.TdClassName
{
border-color: #F50BA9;
}
.TagClassName
{
border-color: #F50BA9;
}
</style>