Shades of Hollywood Cerise #F40BAC
Tints of Hollywood Cerise #F40BAC
RGB
CMYK
RGB Variations
Color information
#F40BAC (or 0xF40BAC) is known color: Hollywood Cerise. HEX triplet: F4, 0B and AC. RGB value is (244,11,172). Sum of RGB (Red+Green+Blue) = 244+11+172=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F40BAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40BAC is #0BF453. Grayscale: #626262. Windows color (decimal): -783444 or 11275252. OLE color: 11275252.
HSL color Cylindrical-coordinate representation of color #F40BAC: hue angle of 318.54º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40BAC is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 11 | 172 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.04 |
| HSL | 318.54º | 0.91% | 0.5% | - |
| HSV(B) | 318.54º | 0.95% | 0.96% | - |
| XYZ | 44.87 | 22.45 | 41 | - |
| YUV | 99.02 | 169.19 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 11 | 172 | 0 | 0.95 | 0.30 | 0.04 | 318.54 | 0.91 | 0.5 |
| Hex | F4 | B | AC | 0 | 5F | 1E | 4 | 13F | 5B | 32 |
| Octal | 364 | 13 | 254 | 0 | 137 | 36 | 4 | 477 | 133 | 62 |
| Binary | 11110100 | 1011 | 10101100 | 0 | 1011111 | 11110 | 100 | 100111111 | 1011011 | 110010 |
Color Harmonies of #F40BAC
Complementary color
Monochromatic Colors of #F40BAC
Black with #F40BAC
Text Example
Text Example
White with #F40BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40BAC; }
p { color: rgb(244,11,172); }
H1.HeaderClassName
{
color: #F40BAC;
}
.AnyTagClassName
{
color: #F40BAC;
}
</style>
background-color css
<style>
a { background-color: #F40BAC; }
a { background-color: rgb(244,11,172); }
div.DivClassName
{
background-color: #F40BAC;
}
.BgClassName
{
background-color: #F40BAC;
}
</style>
border-color css
<style>
span { border-color: #F40BAC; }
span { border-color: rgb(244,11,172); }
td.TdClassName
{
border-color: #F40BAC;
}
.TagClassName
{
border-color: #F40BAC;
}
</style>