Shades of Razzmatazz #FD0773
Tints of Razzmatazz #FD0773
RGB
CMYK
RGB Variations
Color information
#FD0773 (or 0xFD0773) is known color: Razzmatazz. HEX triplet: FD, 07 and 73. RGB value is (253,7,115). Sum of RGB (Red+Green+Blue) = 253+7+115=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0773 is #02F88C. Grayscale: #5C5C5C. Windows color (decimal): -194701 or 7538685. OLE color: 7538685.
HSL color Cylindrical-coordinate representation of color #FD0773: hue angle of 333.66º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD0773 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 7 | 115 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.01 |
| HSL | 333.66º | 0.98% | 0.51% | - |
| HSV(B) | 333.66º | 0.97% | 0.99% | - |
| XYZ | 43.68 | 22.27 | 18.22 | - |
| YUV | 92.87 | 140.5 | 242.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 7 | 115 | 0 | 0.97 | 0.55 | 0.01 | 333.66 | 0.98 | 0.51 |
| Hex | FD | 7 | 73 | 0 | 61 | 37 | 1 | 14E | 62 | 33 |
| Octal | 375 | 7 | 163 | 0 | 141 | 67 | 1 | 516 | 142 | 63 |
| Binary | 11111101 | 111 | 1110011 | 0 | 1100001 | 110111 | 1 | 101001110 | 1100010 | 110011 |
Color Harmonies of #FD0773
Complementary color
Monochromatic Colors of #FD0773
Black with #FD0773
Text Example
Text Example
White with #FD0773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0773; }
p { color: rgb(253,7,115); }
H1.HeaderClassName
{
color: #FD0773;
}
.AnyTagClassName
{
color: #FD0773;
}
</style>
background-color css
<style>
a { background-color: #FD0773; }
a { background-color: rgb(253,7,115); }
div.DivClassName
{
background-color: #FD0773;
}
.BgClassName
{
background-color: #FD0773;
}
</style>
border-color css
<style>
span { border-color: #FD0773; }
span { border-color: rgb(253,7,115); }
td.TdClassName
{
border-color: #FD0773;
}
.TagClassName
{
border-color: #FD0773;
}
</style>