Shades of Razzmatazz #FD0353
Tints of Razzmatazz #FD0353
RGB
CMYK
RGB Variations
Color information
#FD0353 (or 0xFD0353) is known color: Razzmatazz. HEX triplet: FD, 03 and 53. RGB value is (253,3,83). Sum of RGB (Red+Green+Blue) = 253+3+83=339 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.63% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0353 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0353 is #02FCAC. Grayscale: #565656. Windows color (decimal): -195757 or 5440509. OLE color: 5440509.
HSL color Cylindrical-coordinate representation of color #FD0353: hue angle of 340.8º 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 #FD0353 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 83 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.01 |
| HSL | 340.8º | 0.98% | 0.5% | - |
| HSV(B) | 340.8º | 0.99% | 0.99% | - |
| XYZ | 42.1 | 21.57 | 10.13 | - |
| YUV | 86.87 | 125.83 | 246.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 83 | 0 | 0.99 | 0.67 | 0.01 | 340.8 | 0.98 | 0.5 |
| Hex | FD | 3 | 53 | 0 | 63 | 43 | 1 | 155 | 62 | 32 |
| Octal | 375 | 3 | 123 | 0 | 143 | 103 | 1 | 525 | 142 | 62 |
| Binary | 11111101 | 11 | 1010011 | 0 | 1100011 | 1000011 | 1 | 101010101 | 1100010 | 110010 |
Color Harmonies of #FD0353
Complementary color
Monochromatic Colors of #FD0353
Black with #FD0353
Text Example
Text Example
White with #FD0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0353; }
p { color: rgb(253,3,83); }
H1.HeaderClassName
{
color: #FD0353;
}
.AnyTagClassName
{
color: #FD0353;
}
</style>
background-color css
<style>
a { background-color: #FD0353; }
a { background-color: rgb(253,3,83); }
div.DivClassName
{
background-color: #FD0353;
}
.BgClassName
{
background-color: #FD0353;
}
</style>
border-color css
<style>
span { border-color: #FD0353; }
span { border-color: rgb(253,3,83); }
td.TdClassName
{
border-color: #FD0353;
}
.TagClassName
{
border-color: #FD0353;
}
</style>