Shades of Hollywood Cerise #FF07AD
Tints of Hollywood Cerise #FF07AD
RGB
CMYK
RGB Variations
Color information
#FF07AD (or 0xFF07AD) is known color: Hollywood Cerise. HEX triplet: FF, 07 and AD. RGB value is (255,7,173). Sum of RGB (Red+Green+Blue) = 255+7+173=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF07AD is #00F852. Grayscale: #636363. Windows color (decimal): -63571 or 11339775. OLE color: 11339775.
HSL color Cylindrical-coordinate representation of color #FF07AD: hue angle of 319.84º 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 #FF07AD is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 173 | - |
| CMYK | 0 | 0.97 | 0.32 | 0 |
| HSL | 319.84º | 1% | 0.51% | - |
| HSV(B) | 319.84º | 0.97% | 1% | - |
| XYZ | 48.86 | 24.43 | 41.68 | - |
| YUV | 100.08 | 169.16 | 238.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 173 | 0 | 0.97 | 0.32 | 0 | 319.84 | 1 | 0.51 |
| Hex | FF | 7 | AD | 0 | 61 | 20 | 0 | 140 | 64 | 33 |
| Octal | 377 | 7 | 255 | 0 | 141 | 40 | 0 | 500 | 144 | 63 |
| Binary | 11111111 | 111 | 10101101 | 0 | 1100001 | 100000 | 0 | 101000000 | 1100100 | 110011 |
Color Harmonies of #FF07AD
Complementary color
Monochromatic Colors of #FF07AD
Black with #FF07AD
Text Example
Text Example
White with #FF07AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07AD; }
p { color: rgb(255,7,173); }
H1.HeaderClassName
{
color: #FF07AD;
}
.AnyTagClassName
{
color: #FF07AD;
}
</style>
background-color css
<style>
a { background-color: #FF07AD; }
a { background-color: rgb(255,7,173); }
div.DivClassName
{
background-color: #FF07AD;
}
.BgClassName
{
background-color: #FF07AD;
}
</style>
border-color css
<style>
span { border-color: #FF07AD; }
span { border-color: rgb(255,7,173); }
td.TdClassName
{
border-color: #FF07AD;
}
.TagClassName
{
border-color: #FF07AD;
}
</style>