Shades of Razzmatazz #FD005D
Tints of Razzmatazz #FD005D
RGB
CMYK
RGB Variations
Color information
#FD005D (or 0xFD005D) is known color: Razzmatazz. HEX triplet: FD, 00 and 5D. RGB value is (253,0,93). Sum of RGB (Red+Green+Blue) = 253+0+93=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD005D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD005D is #02FFA2. Grayscale: #565656. Windows color (decimal): -196515 or 6095101. OLE color: 6095101.
HSL color Cylindrical-coordinate representation of color #FD005D: hue angle of 337.94º 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 #FD005D is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.63 | 0.01 |
| HSL | 337.94º | 1% | 0.5% | - |
| HSV(B) | 337.94º | 1% | 0.99% | - |
| XYZ | 42.48 | 21.67 | 12.3 | - |
| YUV | 86.25 | 131.82 | 246.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 93 | 0 | 1 | 0.63 | 0.01 | 337.94 | 1 | 0.5 |
| Hex | FD | 0 | 5D | 0 | 64 | 3F | 1 | 152 | 64 | 32 |
| Octal | 375 | 0 | 135 | 0 | 144 | 77 | 1 | 522 | 144 | 62 |
| Binary | 11111101 | 0 | 1011101 | 0 | 1100100 | 111111 | 1 | 101010010 | 1100100 | 110010 |
Color Harmonies of #FD005D
Complementary color
Monochromatic Colors of #FD005D
Black with #FD005D
Text Example
Text Example
White with #FD005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD005D; }
p { color: rgb(253,0,93); }
H1.HeaderClassName
{
color: #FD005D;
}
.AnyTagClassName
{
color: #FD005D;
}
</style>
background-color css
<style>
a { background-color: #FD005D; }
a { background-color: rgb(253,0,93); }
div.DivClassName
{
background-color: #FD005D;
}
.BgClassName
{
background-color: #FD005D;
}
</style>
border-color css
<style>
span { border-color: #FD005D; }
span { border-color: rgb(253,0,93); }
td.TdClassName
{
border-color: #FD005D;
}
.TagClassName
{
border-color: #FD005D;
}
</style>