Shades of Razzmatazz #FF0553
Tints of Razzmatazz #FF0553
RGB
CMYK
RGB Variations
Color information
#FF0553 (or 0xFF0553) is known color: Razzmatazz. HEX triplet: FF, 05 and 53. RGB value is (255,5,83). Sum of RGB (Red+Green+Blue) = 255+5+83=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0553 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0553 is #00FAAC. Grayscale: #585858. Windows color (decimal): -64173 or 5441023. OLE color: 5441023.
HSL color Cylindrical-coordinate representation of color #FF0553: hue angle of 341.28º 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 #FF0553 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 83 | - |
| CMYK | 0 | 0.98 | 0.67 | 0 |
| HSL | 341.28º | 1% | 0.51% | - |
| HSV(B) | 341.28º | 0.98% | 1% | - |
| XYZ | 42.86 | 21.99 | 10.17 | - |
| YUV | 88.64 | 124.83 | 246.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 83 | 0 | 0.98 | 0.67 | 0 | 341.28 | 1 | 0.51 |
| Hex | FF | 5 | 53 | 0 | 62 | 43 | 0 | 155 | 64 | 33 |
| Octal | 377 | 5 | 123 | 0 | 142 | 103 | 0 | 525 | 144 | 63 |
| Binary | 11111111 | 101 | 1010011 | 0 | 1100010 | 1000011 | 0 | 101010101 | 1100100 | 110011 |
Color Harmonies of #FF0553
Complementary color
Monochromatic Colors of #FF0553
Black with #FF0553
Text Example
Text Example
White with #FF0553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0553; }
p { color: rgb(255,5,83); }
H1.HeaderClassName
{
color: #FF0553;
}
.AnyTagClassName
{
color: #FF0553;
}
</style>
background-color css
<style>
a { background-color: #FF0553; }
a { background-color: rgb(255,5,83); }
div.DivClassName
{
background-color: #FF0553;
}
.BgClassName
{
background-color: #FF0553;
}
</style>
border-color css
<style>
span { border-color: #FF0553; }
span { border-color: rgb(255,5,83); }
td.TdClassName
{
border-color: #FF0553;
}
.TagClassName
{
border-color: #FF0553;
}
</style>