Shades of Razzmatazz #FD0971
Tints of Razzmatazz #FD0971
RGB
CMYK
RGB Variations
Color information
#FD0971 (or 0xFD0971) is known color: Razzmatazz. HEX triplet: FD, 09 and 71. RGB value is (253,9,113). Sum of RGB (Red+Green+Blue) = 253+9+113=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0971 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0971 is #02F68E. Grayscale: #5D5D5D. Windows color (decimal): -194191 or 7408125. OLE color: 7408125.
HSL color Cylindrical-coordinate representation of color #FD0971: hue angle of 334.43º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0971 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 9 | 113 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.01 |
| HSL | 334.43º | 0.98% | 0.51% | - |
| HSV(B) | 334.43º | 0.96% | 0.99% | - |
| XYZ | 43.59 | 22.27 | 17.62 | - |
| YUV | 93.81 | 138.84 | 241.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 9 | 113 | 0 | 0.96 | 0.55 | 0.01 | 334.43 | 0.98 | 0.51 |
| Hex | FD | 9 | 71 | 0 | 60 | 37 | 1 | 14E | 62 | 33 |
| Octal | 375 | 11 | 161 | 0 | 140 | 67 | 1 | 516 | 142 | 63 |
| Binary | 11111101 | 1001 | 1110001 | 0 | 1100000 | 110111 | 1 | 101001110 | 1100010 | 110011 |
Color Harmonies of #FD0971
Complementary color
Monochromatic Colors of #FD0971
Black with #FD0971
Text Example
Text Example
White with #FD0971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0971; }
p { color: rgb(253,9,113); }
H1.HeaderClassName
{
color: #FD0971;
}
.AnyTagClassName
{
color: #FD0971;
}
</style>
background-color css
<style>
a { background-color: #FD0971; }
a { background-color: rgb(253,9,113); }
div.DivClassName
{
background-color: #FD0971;
}
.BgClassName
{
background-color: #FD0971;
}
</style>
border-color css
<style>
span { border-color: #FD0971; }
span { border-color: rgb(253,9,113); }
td.TdClassName
{
border-color: #FD0971;
}
.TagClassName
{
border-color: #FD0971;
}
</style>