Shades of Hollywood Cerise #F001AC
Tints of Hollywood Cerise #F001AC
RGB
CMYK
RGB Variations
Color information
#F001AC (or 0xF001AC) is known color: Hollywood Cerise. HEX triplet: F0, 01 and AC. RGB value is (240,1,172). Sum of RGB (Red+Green+Blue) = 240+1+172=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F001AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F001AC is #0FFE53. Grayscale: #5B5B5B. Windows color (decimal): -1048148 or 11272688. OLE color: 11272688.
HSL color Cylindrical-coordinate representation of color #F001AC: hue angle of 317.07º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F001AC is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 172 | - |
| CMYK | 0 | 1.00 | 0.28 | 0.06 |
| HSL | 317.07º | 0.99% | 0.47% | - |
| HSV(B) | 317.07º | 1% | 0.94% | - |
| XYZ | 43.39 | 21.53 | 40.9 | - |
| YUV | 91.96 | 173.18 | 233.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 172 | 0 | 1.00 | 0.28 | 0.06 | 317.07 | 0.99 | 0.47 |
| Hex | F0 | 1 | AC | 0 | 64 | 1C | 6 | 13D | 63 | 2F |
| Octal | 360 | 1 | 254 | 0 | 144 | 34 | 6 | 475 | 143 | 57 |
| Binary | 11110000 | 1 | 10101100 | 0 | 1100100 | 11100 | 110 | 100111101 | 1100011 | 101111 |
Color Harmonies of #F001AC
Complementary color
Monochromatic Colors of #F001AC
Black with #F001AC
Text Example
Text Example
White with #F001AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F001AC; }
p { color: rgb(240,1,172); }
H1.HeaderClassName
{
color: #F001AC;
}
.AnyTagClassName
{
color: #F001AC;
}
</style>
background-color css
<style>
a { background-color: #F001AC; }
a { background-color: rgb(240,1,172); }
div.DivClassName
{
background-color: #F001AC;
}
.BgClassName
{
background-color: #F001AC;
}
</style>
border-color css
<style>
span { border-color: #F001AC; }
span { border-color: rgb(240,1,172); }
td.TdClassName
{
border-color: #F001AC;
}
.TagClassName
{
border-color: #F001AC;
}
</style>