Shades of Razzmatazz #FD0559
Tints of Razzmatazz #FD0559
RGB
CMYK
RGB Variations
Color information
#FD0559 (or 0xFD0559) is known color: Razzmatazz. HEX triplet: FD, 05 and 59. RGB value is (253,5,89). Sum of RGB (Red+Green+Blue) = 253+5+89=347 (45% of max value = 765). Red value is 253 (99.22% from 255 or 72.91% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0559 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0559 is #02FAA6. Grayscale: #585858. Windows color (decimal): -195239 or 5834237. OLE color: 5834237.
HSL color Cylindrical-coordinate representation of color #FD0559: hue angle of 339.68º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0559 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 89 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.01 |
| HSL | 339.68º | 0.98% | 0.51% | - |
| HSV(B) | 339.68º | 0.98% | 0.99% | - |
| XYZ | 42.37 | 21.71 | 11.41 | - |
| YUV | 88.73 | 128.16 | 245.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 89 | 0 | 0.98 | 0.65 | 0.01 | 339.68 | 0.98 | 0.51 |
| Hex | FD | 5 | 59 | 0 | 62 | 41 | 1 | 154 | 62 | 33 |
| Octal | 375 | 5 | 131 | 0 | 142 | 101 | 1 | 524 | 142 | 63 |
| Binary | 11111101 | 101 | 1011001 | 0 | 1100010 | 1000001 | 1 | 101010100 | 1100010 | 110011 |
Color Harmonies of #FD0559
Complementary color
Monochromatic Colors of #FD0559
Black with #FD0559
Text Example
Text Example
White with #FD0559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0559; }
p { color: rgb(253,5,89); }
H1.HeaderClassName
{
color: #FD0559;
}
.AnyTagClassName
{
color: #FD0559;
}
</style>
background-color css
<style>
a { background-color: #FD0559; }
a { background-color: rgb(253,5,89); }
div.DivClassName
{
background-color: #FD0559;
}
.BgClassName
{
background-color: #FD0559;
}
</style>
border-color css
<style>
span { border-color: #FD0559; }
span { border-color: rgb(253,5,89); }
td.TdClassName
{
border-color: #FD0559;
}
.TagClassName
{
border-color: #FD0559;
}
</style>