Shades of Razzmatazz #FF0562
Tints of Razzmatazz #FF0562
RGB
CMYK
RGB Variations
Color information
#FF0562 (or 0xFF0562) is known color: Razzmatazz. HEX triplet: FF, 05 and 62. RGB value is (255,5,98). Sum of RGB (Red+Green+Blue) = 255+5+98=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0562 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0562 is #00FA9D. Grayscale: #5A5A5A. Windows color (decimal): -64158 or 6424063. OLE color: 6424063.
HSL color Cylindrical-coordinate representation of color #FF0562: hue angle of 337.68º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0562 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 98 | - |
| CMYK | 0 | 0.98 | 0.62 | 0 |
| HSL | 337.68º | 1% | 0.51% | - |
| HSV(B) | 337.68º | 0.98% | 1% | - |
| XYZ | 43.5 | 22.25 | 13.56 | - |
| YUV | 90.35 | 132.33 | 245.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 98 | 0 | 0.98 | 0.62 | 0 | 337.68 | 1 | 0.51 |
| Hex | FF | 5 | 62 | 0 | 62 | 3E | 0 | 152 | 64 | 33 |
| Octal | 377 | 5 | 142 | 0 | 142 | 76 | 0 | 522 | 144 | 63 |
| Binary | 11111111 | 101 | 1100010 | 0 | 1100010 | 111110 | 0 | 101010010 | 1100100 | 110011 |
Color Harmonies of #FF0562
Complementary color
Monochromatic Colors of #FF0562
Black with #FF0562
Text Example
Text Example
White with #FF0562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0562; }
p { color: rgb(255,5,98); }
H1.HeaderClassName
{
color: #FF0562;
}
.AnyTagClassName
{
color: #FF0562;
}
</style>
background-color css
<style>
a { background-color: #FF0562; }
a { background-color: rgb(255,5,98); }
div.DivClassName
{
background-color: #FF0562;
}
.BgClassName
{
background-color: #FF0562;
}
</style>
border-color css
<style>
span { border-color: #FF0562; }
span { border-color: rgb(255,5,98); }
td.TdClassName
{
border-color: #FF0562;
}
.TagClassName
{
border-color: #FF0562;
}
</style>