Shades of Razzmatazz #FD005E
Tints of Razzmatazz #FD005E
RGB
CMYK
RGB Variations
Color information
#FD005E (or 0xFD005E) is known color: Razzmatazz. HEX triplet: FD, 00 and 5E. RGB value is (253,0,94). Sum of RGB (Red+Green+Blue) = 253+0+94=347 (45% of max value = 765). Red value is 253 (99.22% from 255 or 72.91% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 253 - color contains mainly: red. Hex color #FD005E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD005E is #02FFA1. Grayscale: #565656. Windows color (decimal): -196514 or 6160637. OLE color: 6160637.
HSL color Cylindrical-coordinate representation of color #FD005E: hue angle of 337.71º 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 #FD005E is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.63 | 0.01 |
| HSL | 337.71º | 1% | 0.5% | - |
| HSV(B) | 337.71º | 1% | 0.99% | - |
| XYZ | 42.53 | 21.69 | 12.53 | - |
| YUV | 86.36 | 132.32 | 246.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 94 | 0 | 1 | 0.63 | 0.01 | 337.71 | 1 | 0.5 |
| Hex | FD | 0 | 5E | 0 | 64 | 3F | 1 | 152 | 64 | 32 |
| Octal | 375 | 0 | 136 | 0 | 144 | 77 | 1 | 522 | 144 | 62 |
| Binary | 11111101 | 0 | 1011110 | 0 | 1100100 | 111111 | 1 | 101010010 | 1100100 | 110010 |
Color Harmonies of #FD005E
Complementary color
Monochromatic Colors of #FD005E
Black with #FD005E
Text Example
Text Example
White with #FD005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD005E; }
p { color: rgb(253,0,94); }
H1.HeaderClassName
{
color: #FD005E;
}
.AnyTagClassName
{
color: #FD005E;
}
</style>
background-color css
<style>
a { background-color: #FD005E; }
a { background-color: rgb(253,0,94); }
div.DivClassName
{
background-color: #FD005E;
}
.BgClassName
{
background-color: #FD005E;
}
</style>
border-color css
<style>
span { border-color: #FD005E; }
span { border-color: rgb(253,0,94); }
td.TdClassName
{
border-color: #FD005E;
}
.TagClassName
{
border-color: #FD005E;
}
</style>