Shades of Razzmatazz #FD0873
Tints of Razzmatazz #FD0873
RGB
CMYK
RGB Variations
Color information
#FD0873 (or 0xFD0873) is known color: Razzmatazz. HEX triplet: FD, 08 and 73. RGB value is (253,8,115). Sum of RGB (Red+Green+Blue) = 253+8+115=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0873 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0873 is #02F78C. Grayscale: #5D5D5D. Windows color (decimal): -194445 or 7538941. OLE color: 7538941.
HSL color Cylindrical-coordinate representation of color #FD0873: hue angle of 333.8º 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 #FD0873 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 115 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.01 |
| HSL | 333.8º | 0.98% | 0.51% | - |
| HSV(B) | 333.8º | 0.97% | 0.99% | - |
| XYZ | 43.69 | 22.29 | 18.22 | - |
| YUV | 93.45 | 140.17 | 241.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 115 | 0 | 0.97 | 0.55 | 0.01 | 333.8 | 0.98 | 0.51 |
| Hex | FD | 8 | 73 | 0 | 61 | 37 | 1 | 14E | 62 | 33 |
| Octal | 375 | 10 | 163 | 0 | 141 | 67 | 1 | 516 | 142 | 63 |
| Binary | 11111101 | 1000 | 1110011 | 0 | 1100001 | 110111 | 1 | 101001110 | 1100010 | 110011 |
Color Harmonies of #FD0873
Complementary color
Monochromatic Colors of #FD0873
Black with #FD0873
Text Example
Text Example
White with #FD0873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0873; }
p { color: rgb(253,8,115); }
H1.HeaderClassName
{
color: #FD0873;
}
.AnyTagClassName
{
color: #FD0873;
}
</style>
background-color css
<style>
a { background-color: #FD0873; }
a { background-color: rgb(253,8,115); }
div.DivClassName
{
background-color: #FD0873;
}
.BgClassName
{
background-color: #FD0873;
}
</style>
border-color css
<style>
span { border-color: #FD0873; }
span { border-color: rgb(253,8,115); }
td.TdClassName
{
border-color: #FD0873;
}
.TagClassName
{
border-color: #FD0873;
}
</style>