Shades of Razzmatazz #FF0556
Tints of Razzmatazz #FF0556
RGB
CMYK
RGB Variations
Color information
#FF0556 (or 0xFF0556) is known color: Razzmatazz. HEX triplet: FF, 05 and 56. RGB value is (255,5,86). Sum of RGB (Red+Green+Blue) = 255+5+86=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0556 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0556 is #00FAA9. Grayscale: #585858. Windows color (decimal): -64170 or 5637631. OLE color: 5637631.
HSL color Cylindrical-coordinate representation of color #FF0556: hue angle of 340.56º 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 #FF0556 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 86 | - |
| CMYK | 0 | 0.98 | 0.66 | 0 |
| HSL | 340.56º | 1% | 0.51% | - |
| HSV(B) | 340.56º | 0.98% | 1% | - |
| XYZ | 42.97 | 22.04 | 10.79 | - |
| YUV | 88.98 | 126.33 | 246.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 86 | 0 | 0.98 | 0.66 | 0 | 340.56 | 1 | 0.51 |
| Hex | FF | 5 | 56 | 0 | 62 | 42 | 0 | 155 | 64 | 33 |
| Octal | 377 | 5 | 126 | 0 | 142 | 102 | 0 | 525 | 144 | 63 |
| Binary | 11111111 | 101 | 1010110 | 0 | 1100010 | 1000010 | 0 | 101010101 | 1100100 | 110011 |
Color Harmonies of #FF0556
Complementary color
Monochromatic Colors of #FF0556
Black with #FF0556
Text Example
Text Example
White with #FF0556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0556; }
p { color: rgb(255,5,86); }
H1.HeaderClassName
{
color: #FF0556;
}
.AnyTagClassName
{
color: #FF0556;
}
</style>
background-color css
<style>
a { background-color: #FF0556; }
a { background-color: rgb(255,5,86); }
div.DivClassName
{
background-color: #FF0556;
}
.BgClassName
{
background-color: #FF0556;
}
</style>
border-color css
<style>
span { border-color: #FF0556; }
span { border-color: rgb(255,5,86); }
td.TdClassName
{
border-color: #FF0556;
}
.TagClassName
{
border-color: #FF0556;
}
</style>