Shades of Razzmatazz #FD0071
Tints of Razzmatazz #FD0071
RGB
CMYK
RGB Variations
Color information
#FD0071 (or 0xFD0071) is known color: Razzmatazz. HEX triplet: FD, 00 and 71. RGB value is (253,0,113). Sum of RGB (Red+Green+Blue) = 253+0+113=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0071 is #02FF8E. Grayscale: #585858. Windows color (decimal): -196495 or 7405821. OLE color: 7405821.
HSL color Cylindrical-coordinate representation of color #FD0071: hue angle of 333.2º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0071 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.55 | 0.01 |
| HSL | 333.2º | 1% | 0.5% | - |
| HSV(B) | 333.2º | 1% | 0.99% | - |
| XYZ | 43.49 | 22.07 | 17.59 | - |
| YUV | 88.53 | 141.82 | 245.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 113 | 0 | 1 | 0.55 | 0.01 | 333.2 | 1 | 0.5 |
| Hex | FD | 0 | 71 | 0 | 64 | 37 | 1 | 14D | 64 | 32 |
| Octal | 375 | 0 | 161 | 0 | 144 | 67 | 1 | 515 | 144 | 62 |
| Binary | 11111101 | 0 | 1110001 | 0 | 1100100 | 110111 | 1 | 101001101 | 1100100 | 110010 |
Color Harmonies of #FD0071
Complementary color
Monochromatic Colors of #FD0071
Black with #FD0071
Text Example
Text Example
White with #FD0071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0071; }
p { color: rgb(253,0,113); }
H1.HeaderClassName
{
color: #FD0071;
}
.AnyTagClassName
{
color: #FD0071;
}
</style>
background-color css
<style>
a { background-color: #FD0071; }
a { background-color: rgb(253,0,113); }
div.DivClassName
{
background-color: #FD0071;
}
.BgClassName
{
background-color: #FD0071;
}
</style>
border-color css
<style>
span { border-color: #FD0071; }
span { border-color: rgb(253,0,113); }
td.TdClassName
{
border-color: #FD0071;
}
.TagClassName
{
border-color: #FD0071;
}
</style>