Shades of Hollywood Cerise #F000AC
Tints of Hollywood Cerise #F000AC
RGB
CMYK
RGB Variations
Color information
#F000AC (or 0xF000AC) is known color: Hollywood Cerise. HEX triplet: F0, 00 and AC. RGB value is (240,0,172). Sum of RGB (Red+Green+Blue) = 240+0+172=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F000AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F000AC is #0FFF53. Grayscale: #5A5A5A. Windows color (decimal): -1048404 or 11272432. OLE color: 11272432.
HSL color Cylindrical-coordinate representation of color #F000AC: hue angle of 317º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F000AC is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.28 | 0.06 |
| HSL | 317º | 1% | 0.47% | - |
| HSV(B) | 317º | 1% | 0.94% | - |
| XYZ | 43.38 | 21.5 | 40.89 | - |
| YUV | 91.37 | 173.51 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 172 | 0 | 1 | 0.28 | 0.06 | 317 | 1 | 0.47 |
| Hex | F0 | 0 | AC | 0 | 64 | 1C | 6 | 13D | 64 | 2F |
| Octal | 360 | 0 | 254 | 0 | 144 | 34 | 6 | 475 | 144 | 57 |
| Binary | 11110000 | 0 | 10101100 | 0 | 1100100 | 11100 | 110 | 100111101 | 1100100 | 101111 |
Color Harmonies of #F000AC
Complementary color
Monochromatic Colors of #F000AC
Black with #F000AC
Text Example
Text Example
White with #F000AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F000AC; }
p { color: rgb(240,0,172); }
H1.HeaderClassName
{
color: #F000AC;
}
.AnyTagClassName
{
color: #F000AC;
}
</style>
background-color css
<style>
a { background-color: #F000AC; }
a { background-color: rgb(240,0,172); }
div.DivClassName
{
background-color: #F000AC;
}
.BgClassName
{
background-color: #F000AC;
}
</style>
border-color css
<style>
span { border-color: #F000AC; }
span { border-color: rgb(240,0,172); }
td.TdClassName
{
border-color: #F000AC;
}
.TagClassName
{
border-color: #F000AC;
}
</style>