Shades of Razzmatazz #FF0770
Tints of Razzmatazz #FF0770
RGB
CMYK
RGB Variations
Color information
#FF0770 (or 0xFF0770) is known color: Razzmatazz. HEX triplet: FF, 07 and 70. RGB value is (255,7,112). Sum of RGB (Red+Green+Blue) = 255+7+112=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0770 is #00F88F. Grayscale: #5C5C5C. Windows color (decimal): -63632 or 7342079. OLE color: 7342079.
HSL color Cylindrical-coordinate representation of color #FF0770: hue angle of 334.6º 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 #FF0770 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 112 | - |
| CMYK | 0 | 0.97 | 0.56 | 0 |
| HSL | 334.6º | 1% | 0.51% | - |
| HSV(B) | 334.6º | 0.97% | 1% | - |
| XYZ | 44.24 | 22.58 | 17.36 | - |
| YUV | 93.12 | 138.66 | 243.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 112 | 0 | 0.97 | 0.56 | 0 | 334.6 | 1 | 0.51 |
| Hex | FF | 7 | 70 | 0 | 61 | 38 | 0 | 14F | 64 | 33 |
| Octal | 377 | 7 | 160 | 0 | 141 | 70 | 0 | 517 | 144 | 63 |
| Binary | 11111111 | 111 | 1110000 | 0 | 1100001 | 111000 | 0 | 101001111 | 1100100 | 110011 |
Color Harmonies of #FF0770
Complementary color
Monochromatic Colors of #FF0770
Black with #FF0770
Text Example
Text Example
White with #FF0770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0770; }
p { color: rgb(255,7,112); }
H1.HeaderClassName
{
color: #FF0770;
}
.AnyTagClassName
{
color: #FF0770;
}
</style>
background-color css
<style>
a { background-color: #FF0770; }
a { background-color: rgb(255,7,112); }
div.DivClassName
{
background-color: #FF0770;
}
.BgClassName
{
background-color: #FF0770;
}
</style>
border-color css
<style>
span { border-color: #FF0770; }
span { border-color: rgb(255,7,112); }
td.TdClassName
{
border-color: #FF0770;
}
.TagClassName
{
border-color: #FF0770;
}
</style>