Shades of Hollywood Cerise #FF07AC
Tints of Hollywood Cerise #FF07AC
RGB
CMYK
RGB Variations
Color information
#FF07AC (or 0xFF07AC) is known color: Hollywood Cerise. HEX triplet: FF, 07 and AC. RGB value is (255,7,172). Sum of RGB (Red+Green+Blue) = 255+7+172=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF07AC is #00F853. Grayscale: #636363. Windows color (decimal): -63572 or 11274239. OLE color: 11274239.
HSL color Cylindrical-coordinate representation of color #FF07AC: hue angle of 320.08º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF07AC is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 172 | - |
| CMYK | 0 | 0.97 | 0.33 | 0 |
| HSL | 320.08º | 1% | 0.51% | - |
| HSV(B) | 320.08º | 0.97% | 1% | - |
| XYZ | 48.76 | 24.39 | 41.17 | - |
| YUV | 99.96 | 168.66 | 238.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 172 | 0 | 0.97 | 0.33 | 0 | 320.08 | 1 | 0.51 |
| Hex | FF | 7 | AC | 0 | 61 | 21 | 0 | 140 | 64 | 33 |
| Octal | 377 | 7 | 254 | 0 | 141 | 41 | 0 | 500 | 144 | 63 |
| Binary | 11111111 | 111 | 10101100 | 0 | 1100001 | 100001 | 0 | 101000000 | 1100100 | 110011 |
Color Harmonies of #FF07AC
Complementary color
Monochromatic Colors of #FF07AC
Black with #FF07AC
Text Example
Text Example
White with #FF07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07AC; }
p { color: rgb(255,7,172); }
H1.HeaderClassName
{
color: #FF07AC;
}
.AnyTagClassName
{
color: #FF07AC;
}
</style>
background-color css
<style>
a { background-color: #FF07AC; }
a { background-color: rgb(255,7,172); }
div.DivClassName
{
background-color: #FF07AC;
}
.BgClassName
{
background-color: #FF07AC;
}
</style>
border-color css
<style>
span { border-color: #FF07AC; }
span { border-color: rgb(255,7,172); }
td.TdClassName
{
border-color: #FF07AC;
}
.TagClassName
{
border-color: #FF07AC;
}
</style>