Shades of Razzmatazz #FF0761
Tints of Razzmatazz #FF0761
RGB
CMYK
RGB Variations
Color information
#FF0761 (or 0xFF0761) is known color: Razzmatazz. HEX triplet: FF, 07 and 61. RGB value is (255,7,97). Sum of RGB (Red+Green+Blue) = 255+7+97=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0761 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0761 is #00F89E. Grayscale: #5B5B5B. Windows color (decimal): -63647 or 6359039. OLE color: 6359039.
HSL color Cylindrical-coordinate representation of color #FF0761: hue angle of 338.23º 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 #FF0761 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 97 | - |
| CMYK | 0 | 0.97 | 0.62 | 0 |
| HSL | 338.23º | 1% | 0.51% | - |
| HSV(B) | 338.23º | 0.97% | 1% | - |
| XYZ | 43.47 | 22.28 | 13.32 | - |
| YUV | 91.41 | 131.16 | 244.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 97 | 0 | 0.97 | 0.62 | 0 | 338.23 | 1 | 0.51 |
| Hex | FF | 7 | 61 | 0 | 61 | 3E | 0 | 152 | 64 | 33 |
| Octal | 377 | 7 | 141 | 0 | 141 | 76 | 0 | 522 | 144 | 63 |
| Binary | 11111111 | 111 | 1100001 | 0 | 1100001 | 111110 | 0 | 101010010 | 1100100 | 110011 |
Color Harmonies of #FF0761
Complementary color
Monochromatic Colors of #FF0761
Black with #FF0761
Text Example
Text Example
White with #FF0761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0761; }
p { color: rgb(255,7,97); }
H1.HeaderClassName
{
color: #FF0761;
}
.AnyTagClassName
{
color: #FF0761;
}
</style>
background-color css
<style>
a { background-color: #FF0761; }
a { background-color: rgb(255,7,97); }
div.DivClassName
{
background-color: #FF0761;
}
.BgClassName
{
background-color: #FF0761;
}
</style>
border-color css
<style>
span { border-color: #FF0761; }
span { border-color: rgb(255,7,97); }
td.TdClassName
{
border-color: #FF0761;
}
.TagClassName
{
border-color: #FF0761;
}
</style>