Shades of Razzmatazz #FD0173
Tints of Razzmatazz #FD0173
RGB
CMYK
RGB Variations
Color information
#FD0173 (or 0xFD0173) is known color: Razzmatazz. HEX triplet: FD, 01 and 73. RGB value is (253,1,115). Sum of RGB (Red+Green+Blue) = 253+1+115=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0173 is #02FE8C. Grayscale: #595959. Windows color (decimal): -196237 or 7537149. OLE color: 7537149.
HSL color Cylindrical-coordinate representation of color #FD0173: hue angle of 332.86º 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 #FD0173 is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.01 |
| HSL | 332.86º | 0.99% | 0.5% | - |
| HSV(B) | 332.86º | 1% | 0.99% | - |
| XYZ | 43.61 | 22.14 | 18.19 | - |
| YUV | 89.34 | 142.49 | 244.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 115 | 0 | 1.00 | 0.55 | 0.01 | 332.86 | 0.99 | 0.5 |
| Hex | FD | 1 | 73 | 0 | 64 | 37 | 1 | 14D | 63 | 32 |
| Octal | 375 | 1 | 163 | 0 | 144 | 67 | 1 | 515 | 143 | 62 |
| Binary | 11111101 | 1 | 1110011 | 0 | 1100100 | 110111 | 1 | 101001101 | 1100011 | 110010 |
Color Harmonies of #FD0173
Complementary color
Monochromatic Colors of #FD0173
Black with #FD0173
Text Example
Text Example
White with #FD0173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0173; }
p { color: rgb(253,1,115); }
H1.HeaderClassName
{
color: #FD0173;
}
.AnyTagClassName
{
color: #FD0173;
}
</style>
background-color css
<style>
a { background-color: #FD0173; }
a { background-color: rgb(253,1,115); }
div.DivClassName
{
background-color: #FD0173;
}
.BgClassName
{
background-color: #FD0173;
}
</style>
border-color css
<style>
span { border-color: #FD0173; }
span { border-color: rgb(253,1,115); }
td.TdClassName
{
border-color: #FD0173;
}
.TagClassName
{
border-color: #FD0173;
}
</style>