Shades of Razzmatazz #FF0760
Tints of Razzmatazz #FF0760
RGB
CMYK
RGB Variations
Color information
#FF0760 (or 0xFF0760) is known color: Razzmatazz. HEX triplet: FF, 07 and 60. RGB value is (255,7,96). Sum of RGB (Red+Green+Blue) = 255+7+96=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0760 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0760 is #00F89F. Grayscale: #5B5B5B. Windows color (decimal): -63648 or 6293503. OLE color: 6293503.
HSL color Cylindrical-coordinate representation of color #FF0760: hue angle of 338.47º 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 #FF0760 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 96 | - |
| CMYK | 0 | 0.97 | 0.62 | 0 |
| HSL | 338.47º | 1% | 0.51% | - |
| HSV(B) | 338.47º | 0.97% | 1% | - |
| XYZ | 43.43 | 22.26 | 13.07 | - |
| YUV | 91.3 | 130.66 | 244.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 96 | 0 | 0.97 | 0.62 | 0 | 338.47 | 1 | 0.51 |
| Hex | FF | 7 | 60 | 0 | 61 | 3E | 0 | 152 | 64 | 33 |
| Octal | 377 | 7 | 140 | 0 | 141 | 76 | 0 | 522 | 144 | 63 |
| Binary | 11111111 | 111 | 1100000 | 0 | 1100001 | 111110 | 0 | 101010010 | 1100100 | 110011 |
Color Harmonies of #FF0760
Complementary color
Monochromatic Colors of #FF0760
Black with #FF0760
Text Example
Text Example
White with #FF0760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0760; }
p { color: rgb(255,7,96); }
H1.HeaderClassName
{
color: #FF0760;
}
.AnyTagClassName
{
color: #FF0760;
}
</style>
background-color css
<style>
a { background-color: #FF0760; }
a { background-color: rgb(255,7,96); }
div.DivClassName
{
background-color: #FF0760;
}
.BgClassName
{
background-color: #FF0760;
}
</style>
border-color css
<style>
span { border-color: #FF0760; }
span { border-color: rgb(255,7,96); }
td.TdClassName
{
border-color: #FF0760;
}
.TagClassName
{
border-color: #FF0760;
}
</style>