Shades of Razzmatazz #FD0170
Tints of Razzmatazz #FD0170
RGB
CMYK
RGB Variations
Color information
#FD0170 (or 0xFD0170) is known color: Razzmatazz. HEX triplet: FD, 01 and 70. RGB value is (253,1,112). Sum of RGB (Red+Green+Blue) = 253+1+112=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0170 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0170 is #02FE8F. Grayscale: #585858. Windows color (decimal): -196240 or 7340541. OLE color: 7340541.
HSL color Cylindrical-coordinate representation of color #FD0170: hue angle of 333.57º 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 #FD0170 is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 112 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.01 |
| HSL | 333.57º | 0.99% | 0.5% | - |
| HSV(B) | 333.57º | 1% | 0.99% | - |
| XYZ | 43.44 | 22.07 | 17.3 | - |
| YUV | 89 | 140.99 | 244.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 112 | 0 | 1.00 | 0.56 | 0.01 | 333.57 | 0.99 | 0.5 |
| Hex | FD | 1 | 70 | 0 | 64 | 38 | 1 | 14E | 63 | 32 |
| Octal | 375 | 1 | 160 | 0 | 144 | 70 | 1 | 516 | 143 | 62 |
| Binary | 11111101 | 1 | 1110000 | 0 | 1100100 | 111000 | 1 | 101001110 | 1100011 | 110010 |
Color Harmonies of #FD0170
Complementary color
Monochromatic Colors of #FD0170
Black with #FD0170
Text Example
Text Example
White with #FD0170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0170; }
p { color: rgb(253,1,112); }
H1.HeaderClassName
{
color: #FD0170;
}
.AnyTagClassName
{
color: #FD0170;
}
</style>
background-color css
<style>
a { background-color: #FD0170; }
a { background-color: rgb(253,1,112); }
div.DivClassName
{
background-color: #FD0170;
}
.BgClassName
{
background-color: #FD0170;
}
</style>
border-color css
<style>
span { border-color: #FD0170; }
span { border-color: rgb(253,1,112); }
td.TdClassName
{
border-color: #FD0170;
}
.TagClassName
{
border-color: #FD0170;
}
</style>