Shades of Hollywood Cerise #F50BAE
Tints of Hollywood Cerise #F50BAE
RGB
CMYK
RGB Variations
Color information
#F50BAE (or 0xF50BAE) is known color: Hollywood Cerise. HEX triplet: F5, 0B and AE. RGB value is (245,11,174). Sum of RGB (Red+Green+Blue) = 245+11+174=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F50BAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50BAE is #0AF451. Grayscale: #636363. Windows color (decimal): -717906 or 11406325. OLE color: 11406325.
HSL color Cylindrical-coordinate representation of color #F50BAE: hue angle of 318.21º 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 #F50BAE is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 11 | 174 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.04 |
| HSL | 318.21º | 0.92% | 0.5% | - |
| HSV(B) | 318.21º | 0.96% | 0.96% | - |
| XYZ | 45.42 | 22.71 | 42.03 | - |
| YUV | 99.55 | 170.02 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 11 | 174 | 0 | 0.96 | 0.29 | 0.04 | 318.21 | 0.92 | 0.5 |
| Hex | F5 | B | AE | 0 | 60 | 1D | 4 | 13E | 5C | 32 |
| Octal | 365 | 13 | 256 | 0 | 140 | 35 | 4 | 476 | 134 | 62 |
| Binary | 11110101 | 1011 | 10101110 | 0 | 1100000 | 11101 | 100 | 100111110 | 1011100 | 110010 |
Color Harmonies of #F50BAE
Complementary color
Monochromatic Colors of #F50BAE
Black with #F50BAE
Text Example
Text Example
White with #F50BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50BAE; }
p { color: rgb(245,11,174); }
H1.HeaderClassName
{
color: #F50BAE;
}
.AnyTagClassName
{
color: #F50BAE;
}
</style>
background-color css
<style>
a { background-color: #F50BAE; }
a { background-color: rgb(245,11,174); }
div.DivClassName
{
background-color: #F50BAE;
}
.BgClassName
{
background-color: #F50BAE;
}
</style>
border-color css
<style>
span { border-color: #F50BAE; }
span { border-color: rgb(245,11,174); }
td.TdClassName
{
border-color: #F50BAE;
}
.TagClassName
{
border-color: #F50BAE;
}
</style>