Shades of Razzmatazz #FD0373
Tints of Razzmatazz #FD0373
RGB
CMYK
RGB Variations
Color information
#FD0373 (or 0xFD0373) is known color: Razzmatazz. HEX triplet: FD, 03 and 73. RGB value is (253,3,115). Sum of RGB (Red+Green+Blue) = 253+3+115=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0373 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0373 is #02FC8C. Grayscale: #5A5A5A. Windows color (decimal): -195725 or 7537661. OLE color: 7537661.
HSL color Cylindrical-coordinate representation of color #FD0373: hue angle of 333.12º 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 #FD0373 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 115 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.01 |
| HSL | 333.12º | 0.98% | 0.5% | - |
| HSV(B) | 333.12º | 0.99% | 0.99% | - |
| XYZ | 43.64 | 22.19 | 18.2 | - |
| YUV | 90.52 | 141.83 | 243.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 115 | 0 | 0.99 | 0.55 | 0.01 | 333.12 | 0.98 | 0.5 |
| Hex | FD | 3 | 73 | 0 | 63 | 37 | 1 | 14D | 62 | 32 |
| Octal | 375 | 3 | 163 | 0 | 143 | 67 | 1 | 515 | 142 | 62 |
| Binary | 11111101 | 11 | 1110011 | 0 | 1100011 | 110111 | 1 | 101001101 | 1100010 | 110010 |
Color Harmonies of #FD0373
Complementary color
Monochromatic Colors of #FD0373
Black with #FD0373
Text Example
Text Example
White with #FD0373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0373; }
p { color: rgb(253,3,115); }
H1.HeaderClassName
{
color: #FD0373;
}
.AnyTagClassName
{
color: #FD0373;
}
</style>
background-color css
<style>
a { background-color: #FD0373; }
a { background-color: rgb(253,3,115); }
div.DivClassName
{
background-color: #FD0373;
}
.BgClassName
{
background-color: #FD0373;
}
</style>
border-color css
<style>
span { border-color: #FD0373; }
span { border-color: rgb(253,3,115); }
td.TdClassName
{
border-color: #FD0373;
}
.TagClassName
{
border-color: #FD0373;
}
</style>