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