Shades of Hollywood Cerise #F50BAB
Tints of Hollywood Cerise #F50BAB
RGB
CMYK
RGB Variations
Color information
#F50BAB (or 0xF50BAB) is known color: Hollywood Cerise. HEX triplet: F5, 0B and AB. RGB value is (245,11,171). Sum of RGB (Red+Green+Blue) = 245+11+171=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F50BAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50BAB is #0AF454. Grayscale: #626262. Windows color (decimal): -717909 or 11209717. OLE color: 11209717.
HSL color Cylindrical-coordinate representation of color #F50BAB: hue angle of 318.97º 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 #F50BAB is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 11 | 171 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.04 |
| HSL | 318.97º | 0.92% | 0.5% | - |
| HSV(B) | 318.97º | 0.96% | 0.96% | - |
| XYZ | 45.13 | 22.59 | 40.51 | - |
| YUV | 99.21 | 168.52 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 11 | 171 | 0 | 0.96 | 0.30 | 0.04 | 318.97 | 0.92 | 0.5 |
| Hex | F5 | B | AB | 0 | 60 | 1E | 4 | 13F | 5C | 32 |
| Octal | 365 | 13 | 253 | 0 | 140 | 36 | 4 | 477 | 134 | 62 |
| Binary | 11110101 | 1011 | 10101011 | 0 | 1100000 | 11110 | 100 | 100111111 | 1011100 | 110010 |
Color Harmonies of #F50BAB
Complementary color
Monochromatic Colors of #F50BAB
Black with #F50BAB
Text Example
Text Example
White with #F50BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50BAB; }
p { color: rgb(245,11,171); }
H1.HeaderClassName
{
color: #F50BAB;
}
.AnyTagClassName
{
color: #F50BAB;
}
</style>
background-color css
<style>
a { background-color: #F50BAB; }
a { background-color: rgb(245,11,171); }
div.DivClassName
{
background-color: #F50BAB;
}
.BgClassName
{
background-color: #F50BAB;
}
</style>
border-color css
<style>
span { border-color: #F50BAB; }
span { border-color: rgb(245,11,171); }
td.TdClassName
{
border-color: #F50BAB;
}
.TagClassName
{
border-color: #F50BAB;
}
</style>