Shades of Hollywood Cerise #FF079B
Tints of Hollywood Cerise #FF079B
RGB
CMYK
RGB Variations
Color information
#FF079B (or 0xFF079B) is known color: Hollywood Cerise. HEX triplet: FF, 07 and 9B. RGB value is (255,7,155). Sum of RGB (Red+Green+Blue) = 255+7+155=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF079B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF079B is #00F864. Grayscale: #616161. Windows color (decimal): -63589 or 10160127. OLE color: 10160127.
HSL color Cylindrical-coordinate representation of color #FF079B: hue angle of 324.19º 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 #FF079B is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 155 | - |
| CMYK | 0 | 0.97 | 0.39 | 0 |
| HSL | 324.19º | 1% | 0.51% | - |
| HSV(B) | 324.19º | 0.97% | 1% | - |
| XYZ | 47.23 | 23.78 | 33.11 | - |
| YUV | 98.02 | 160.16 | 239.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 155 | 0 | 0.97 | 0.39 | 0 | 324.19 | 1 | 0.51 |
| Hex | FF | 7 | 9B | 0 | 61 | 27 | 0 | 144 | 64 | 33 |
| Octal | 377 | 7 | 233 | 0 | 141 | 47 | 0 | 504 | 144 | 63 |
| Binary | 11111111 | 111 | 10011011 | 0 | 1100001 | 100111 | 0 | 101000100 | 1100100 | 110011 |
Color Harmonies of #FF079B
Complementary color
Monochromatic Colors of #FF079B
Black with #FF079B
Text Example
Text Example
White with #FF079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF079B; }
p { color: rgb(255,7,155); }
H1.HeaderClassName
{
color: #FF079B;
}
.AnyTagClassName
{
color: #FF079B;
}
</style>
background-color css
<style>
a { background-color: #FF079B; }
a { background-color: rgb(255,7,155); }
div.DivClassName
{
background-color: #FF079B;
}
.BgClassName
{
background-color: #FF079B;
}
</style>
border-color css
<style>
span { border-color: #FF079B; }
span { border-color: rgb(255,7,155); }
td.TdClassName
{
border-color: #FF079B;
}
.TagClassName
{
border-color: #FF079B;
}
</style>