Shades of Hollywood Cerise #F50BAA
Tints of Hollywood Cerise #F50BAA
RGB
CMYK
RGB Variations
Color information
#F50BAA (or 0xF50BAA) is known color: Hollywood Cerise. HEX triplet: F5, 0B and AA. RGB value is (245,11,170). Sum of RGB (Red+Green+Blue) = 245+11+170=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F50BAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50BAA is #0AF455. Grayscale: #626262. Windows color (decimal): -717910 or 11144181. OLE color: 11144181.
HSL color Cylindrical-coordinate representation of color #F50BAA: hue angle of 319.23º 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 #F50BAA is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 11 | 170 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.04 |
| HSL | 319.23º | 0.92% | 0.5% | - |
| HSV(B) | 319.23º | 0.96% | 0.96% | - |
| XYZ | 45.03 | 22.55 | 40.01 | - |
| YUV | 99.09 | 168.02 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 11 | 170 | 0 | 0.96 | 0.31 | 0.04 | 319.23 | 0.92 | 0.5 |
| Hex | F5 | B | AA | 0 | 60 | 1F | 4 | 13F | 5C | 32 |
| Octal | 365 | 13 | 252 | 0 | 140 | 37 | 4 | 477 | 134 | 62 |
| Binary | 11110101 | 1011 | 10101010 | 0 | 1100000 | 11111 | 100 | 100111111 | 1011100 | 110010 |
Color Harmonies of #F50BAA
Complementary color
Monochromatic Colors of #F50BAA
Black with #F50BAA
Text Example
Text Example
White with #F50BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50BAA; }
p { color: rgb(245,11,170); }
H1.HeaderClassName
{
color: #F50BAA;
}
.AnyTagClassName
{
color: #F50BAA;
}
</style>
background-color css
<style>
a { background-color: #F50BAA; }
a { background-color: rgb(245,11,170); }
div.DivClassName
{
background-color: #F50BAA;
}
.BgClassName
{
background-color: #F50BAA;
}
</style>
border-color css
<style>
span { border-color: #F50BAA; }
span { border-color: rgb(245,11,170); }
td.TdClassName
{
border-color: #F50BAA;
}
.TagClassName
{
border-color: #F50BAA;
}
</style>