Shades of Razzmatazz #FF0053
Tints of Razzmatazz #FF0053
RGB
CMYK
RGB Variations
Color information
#FF0053 (or 0xFF0053) is known color: Razzmatazz. HEX triplet: FF, 00 and 53. RGB value is (255,0,83). Sum of RGB (Red+Green+Blue) = 255+0+83=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0053 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0053 is #00FFAC. Grayscale: #555555. Windows color (decimal): -65453 or 5439743. OLE color: 5439743.
HSL color Cylindrical-coordinate representation of color #FF0053: hue angle of 340.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0053 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.67 | 0 |
| HSL | 340.47º | 1% | 0.5% | - |
| HSV(B) | 340.47º | 1% | 1% | - |
| XYZ | 42.8 | 21.88 | 10.15 | - |
| YUV | 85.71 | 126.48 | 248.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 83 | 0 | 1 | 0.67 | 0 | 340.47 | 1 | 0.5 |
| Hex | FF | 0 | 53 | 0 | 64 | 43 | 0 | 154 | 64 | 32 |
| Octal | 377 | 0 | 123 | 0 | 144 | 103 | 0 | 524 | 144 | 62 |
| Binary | 11111111 | 0 | 1010011 | 0 | 1100100 | 1000011 | 0 | 101010100 | 1100100 | 110010 |
Color Harmonies of #FF0053
Complementary color
Monochromatic Colors of #FF0053
Black with #FF0053
Text Example
Text Example
White with #FF0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0053; }
p { color: rgb(255,0,83); }
H1.HeaderClassName
{
color: #FF0053;
}
.AnyTagClassName
{
color: #FF0053;
}
</style>
background-color css
<style>
a { background-color: #FF0053; }
a { background-color: rgb(255,0,83); }
div.DivClassName
{
background-color: #FF0053;
}
.BgClassName
{
background-color: #FF0053;
}
</style>
border-color css
<style>
span { border-color: #FF0053; }
span { border-color: rgb(255,0,83); }
td.TdClassName
{
border-color: #FF0053;
}
.TagClassName
{
border-color: #FF0053;
}
</style>