Shades of Razzmatazz #FF0772
Tints of Razzmatazz #FF0772
RGB
CMYK
RGB Variations
Color information
#FF0772 (or 0xFF0772) is known color: Razzmatazz. HEX triplet: FF, 07 and 72. RGB value is (255,7,114). Sum of RGB (Red+Green+Blue) = 255+7+114=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0772 is #00F88D. Grayscale: #5D5D5D. Windows color (decimal): -63630 or 7473151. OLE color: 7473151.
HSL color Cylindrical-coordinate representation of color #FF0772: hue angle of 334.11º 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 #FF0772 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 114 | - |
| CMYK | 0 | 0.97 | 0.55 | 0 |
| HSL | 334.11º | 1% | 0.51% | - |
| HSV(B) | 334.11º | 0.97% | 1% | - |
| XYZ | 44.35 | 22.63 | 17.95 | - |
| YUV | 93.35 | 139.66 | 243.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 114 | 0 | 0.97 | 0.55 | 0 | 334.11 | 1 | 0.51 |
| Hex | FF | 7 | 72 | 0 | 61 | 37 | 0 | 14E | 64 | 33 |
| Octal | 377 | 7 | 162 | 0 | 141 | 67 | 0 | 516 | 144 | 63 |
| Binary | 11111111 | 111 | 1110010 | 0 | 1100001 | 110111 | 0 | 101001110 | 1100100 | 110011 |
Color Harmonies of #FF0772
Complementary color
Monochromatic Colors of #FF0772
Black with #FF0772
Text Example
Text Example
White with #FF0772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0772; }
p { color: rgb(255,7,114); }
H1.HeaderClassName
{
color: #FF0772;
}
.AnyTagClassName
{
color: #FF0772;
}
</style>
background-color css
<style>
a { background-color: #FF0772; }
a { background-color: rgb(255,7,114); }
div.DivClassName
{
background-color: #FF0772;
}
.BgClassName
{
background-color: #FF0772;
}
</style>
border-color css
<style>
span { border-color: #FF0772; }
span { border-color: rgb(255,7,114); }
td.TdClassName
{
border-color: #FF0772;
}
.TagClassName
{
border-color: #FF0772;
}
</style>