Shades of Razzmatazz #FF0763
Tints of Razzmatazz #FF0763
RGB
CMYK
RGB Variations
Color information
#FF0763 (or 0xFF0763) is known color: Razzmatazz. HEX triplet: FF, 07 and 63. RGB value is (255,7,99). Sum of RGB (Red+Green+Blue) = 255+7+99=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0763 is #00F89C. Grayscale: #5B5B5B. Windows color (decimal): -63645 or 6490111. OLE color: 6490111.
HSL color Cylindrical-coordinate representation of color #FF0763: hue angle of 337.74º 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 #FF0763 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 99 | - |
| CMYK | 0 | 0.97 | 0.61 | 0 |
| HSL | 337.74º | 1% | 0.51% | - |
| HSV(B) | 337.74º | 0.97% | 1% | - |
| XYZ | 43.57 | 22.31 | 13.81 | - |
| YUV | 91.64 | 132.16 | 244.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 99 | 0 | 0.97 | 0.61 | 0 | 337.74 | 1 | 0.51 |
| Hex | FF | 7 | 63 | 0 | 61 | 3D | 0 | 152 | 64 | 33 |
| Octal | 377 | 7 | 143 | 0 | 141 | 75 | 0 | 522 | 144 | 63 |
| Binary | 11111111 | 111 | 1100011 | 0 | 1100001 | 111101 | 0 | 101010010 | 1100100 | 110011 |
Color Harmonies of #FF0763
Complementary color
Monochromatic Colors of #FF0763
Black with #FF0763
Text Example
Text Example
White with #FF0763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0763; }
p { color: rgb(255,7,99); }
H1.HeaderClassName
{
color: #FF0763;
}
.AnyTagClassName
{
color: #FF0763;
}
</style>
background-color css
<style>
a { background-color: #FF0763; }
a { background-color: rgb(255,7,99); }
div.DivClassName
{
background-color: #FF0763;
}
.BgClassName
{
background-color: #FF0763;
}
</style>
border-color css
<style>
span { border-color: #FF0763; }
span { border-color: rgb(255,7,99); }
td.TdClassName
{
border-color: #FF0763;
}
.TagClassName
{
border-color: #FF0763;
}
</style>