Shades of Razzmatazz #FD0053
Tints of Razzmatazz #FD0053
RGB
CMYK
RGB Variations
Color information
#FD0053 (or 0xFD0053) is known color: Razzmatazz. HEX triplet: FD, 00 and 53. RGB value is (253,0,83). Sum of RGB (Red+Green+Blue) = 253+0+83=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0053 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0053 is #02FFAC. Grayscale: #555555. Windows color (decimal): -196525 or 5439741. OLE color: 5439741.
HSL color Cylindrical-coordinate representation of color #FD0053: hue angle of 340.32º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0053 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.67 | 0.01 |
| HSL | 340.32º | 1% | 0.5% | - |
| HSV(B) | 340.32º | 1% | 0.99% | - |
| XYZ | 42.07 | 21.51 | 10.12 | - |
| YUV | 85.11 | 126.82 | 247.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 83 | 0 | 1 | 0.67 | 0.01 | 340.32 | 1 | 0.5 |
| Hex | FD | 0 | 53 | 0 | 64 | 43 | 1 | 154 | 64 | 32 |
| Octal | 375 | 0 | 123 | 0 | 144 | 103 | 1 | 524 | 144 | 62 |
| Binary | 11111101 | 0 | 1010011 | 0 | 1100100 | 1000011 | 1 | 101010100 | 1100100 | 110010 |
Color Harmonies of #FD0053
Complementary color
Monochromatic Colors of #FD0053
Black with #FD0053
Text Example
Text Example
White with #FD0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0053; }
p { color: rgb(253,0,83); }
H1.HeaderClassName
{
color: #FD0053;
}
.AnyTagClassName
{
color: #FD0053;
}
</style>
background-color css
<style>
a { background-color: #FD0053; }
a { background-color: rgb(253,0,83); }
div.DivClassName
{
background-color: #FD0053;
}
.BgClassName
{
background-color: #FD0053;
}
</style>
border-color css
<style>
span { border-color: #FD0053; }
span { border-color: rgb(253,0,83); }
td.TdClassName
{
border-color: #FD0053;
}
.TagClassName
{
border-color: #FD0053;
}
</style>