Shades of Razzmatazz #FD0059
Tints of Razzmatazz #FD0059
RGB
CMYK
RGB Variations
Color information
#FD0059 (or 0xFD0059) is known color: Razzmatazz. HEX triplet: FD, 00 and 59. RGB value is (253,0,89). Sum of RGB (Red+Green+Blue) = 253+0+89=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0059 is #02FFA6. Grayscale: #555555. Windows color (decimal): -196519 or 5832957. OLE color: 5832957.
HSL color Cylindrical-coordinate representation of color #FD0059: hue angle of 338.89º 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 #FD0059 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.65 | 0.01 |
| HSL | 338.89º | 1% | 0.5% | - |
| HSV(B) | 338.89º | 1% | 0.99% | - |
| XYZ | 42.31 | 21.6 | 11.39 | - |
| YUV | 85.79 | 129.82 | 247.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 89 | 0 | 1 | 0.65 | 0.01 | 338.89 | 1 | 0.5 |
| Hex | FD | 0 | 59 | 0 | 64 | 41 | 1 | 153 | 64 | 32 |
| Octal | 375 | 0 | 131 | 0 | 144 | 101 | 1 | 523 | 144 | 62 |
| Binary | 11111101 | 0 | 1011001 | 0 | 1100100 | 1000001 | 1 | 101010011 | 1100100 | 110010 |
Color Harmonies of #FD0059
Complementary color
Monochromatic Colors of #FD0059
Black with #FD0059
Text Example
Text Example
White with #FD0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0059; }
p { color: rgb(253,0,89); }
H1.HeaderClassName
{
color: #FD0059;
}
.AnyTagClassName
{
color: #FD0059;
}
</style>
background-color css
<style>
a { background-color: #FD0059; }
a { background-color: rgb(253,0,89); }
div.DivClassName
{
background-color: #FD0059;
}
.BgClassName
{
background-color: #FD0059;
}
</style>
border-color css
<style>
span { border-color: #FD0059; }
span { border-color: rgb(253,0,89); }
td.TdClassName
{
border-color: #FD0059;
}
.TagClassName
{
border-color: #FD0059;
}
</style>