Shades of Razzmatazz #FD0359
Tints of Razzmatazz #FD0359
RGB
CMYK
RGB Variations
Color information
#FD0359 (or 0xFD0359) is known color: Razzmatazz. HEX triplet: FD, 03 and 59. RGB value is (253,3,89). Sum of RGB (Red+Green+Blue) = 253+3+89=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0359 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0359 is #02FCA6. Grayscale: #575757. Windows color (decimal): -195751 or 5833725. OLE color: 5833725.
HSL color Cylindrical-coordinate representation of color #FD0359: hue angle of 339.36º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0359 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 89 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.01 |
| HSL | 339.36º | 0.98% | 0.5% | - |
| HSV(B) | 339.36º | 0.99% | 0.99% | - |
| XYZ | 42.34 | 21.67 | 11.4 | - |
| YUV | 87.55 | 128.83 | 246.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 89 | 0 | 0.99 | 0.65 | 0.01 | 339.36 | 0.98 | 0.5 |
| Hex | FD | 3 | 59 | 0 | 63 | 41 | 1 | 153 | 62 | 32 |
| Octal | 375 | 3 | 131 | 0 | 143 | 101 | 1 | 523 | 142 | 62 |
| Binary | 11111101 | 11 | 1011001 | 0 | 1100011 | 1000001 | 1 | 101010011 | 1100010 | 110010 |
Color Harmonies of #FD0359
Complementary color
Monochromatic Colors of #FD0359
Black with #FD0359
Text Example
Text Example
White with #FD0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0359; }
p { color: rgb(253,3,89); }
H1.HeaderClassName
{
color: #FD0359;
}
.AnyTagClassName
{
color: #FD0359;
}
</style>
background-color css
<style>
a { background-color: #FD0359; }
a { background-color: rgb(253,3,89); }
div.DivClassName
{
background-color: #FD0359;
}
.BgClassName
{
background-color: #FD0359;
}
</style>
border-color css
<style>
span { border-color: #FD0359; }
span { border-color: rgb(253,3,89); }
td.TdClassName
{
border-color: #FD0359;
}
.TagClassName
{
border-color: #FD0359;
}
</style>