Shades of Razzmatazz #FF0762
Tints of Razzmatazz #FF0762
RGB
CMYK
RGB Variations
Color information
#FF0762 (or 0xFF0762) is known color: Razzmatazz. HEX triplet: FF, 07 and 62. RGB value is (255,7,98). Sum of RGB (Red+Green+Blue) = 255+7+98=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0762 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0762 is #00F89D. Grayscale: #5B5B5B. Windows color (decimal): -63646 or 6424575. OLE color: 6424575.
HSL color Cylindrical-coordinate representation of color #FF0762: hue angle of 337.98º 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 #FF0762 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 98 | - |
| CMYK | 0 | 0.97 | 0.62 | 0 |
| HSL | 337.98º | 1% | 0.51% | - |
| HSV(B) | 337.98º | 0.97% | 1% | - |
| XYZ | 43.52 | 22.29 | 13.56 | - |
| YUV | 91.53 | 131.66 | 244.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 98 | 0 | 0.97 | 0.62 | 0 | 337.98 | 1 | 0.51 |
| Hex | FF | 7 | 62 | 0 | 61 | 3E | 0 | 152 | 64 | 33 |
| Octal | 377 | 7 | 142 | 0 | 141 | 76 | 0 | 522 | 144 | 63 |
| Binary | 11111111 | 111 | 1100010 | 0 | 1100001 | 111110 | 0 | 101010010 | 1100100 | 110011 |
Color Harmonies of #FF0762
Complementary color
Monochromatic Colors of #FF0762
Black with #FF0762
Text Example
Text Example
White with #FF0762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0762; }
p { color: rgb(255,7,98); }
H1.HeaderClassName
{
color: #FF0762;
}
.AnyTagClassName
{
color: #FF0762;
}
</style>
background-color css
<style>
a { background-color: #FF0762; }
a { background-color: rgb(255,7,98); }
div.DivClassName
{
background-color: #FF0762;
}
.BgClassName
{
background-color: #FF0762;
}
</style>
border-color css
<style>
span { border-color: #FF0762; }
span { border-color: rgb(255,7,98); }
td.TdClassName
{
border-color: #FF0762;
}
.TagClassName
{
border-color: #FF0762;
}
</style>