Shades of Razzmatazz #FE0171
Tints of Razzmatazz #FE0171
RGB
CMYK
RGB Variations
Color information
#FE0171 (or 0xFE0171) is known color: Razzmatazz. HEX triplet: FE, 01 and 71. RGB value is (254,1,113). Sum of RGB (Red+Green+Blue) = 254+1+113=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0171 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0171 is #01FE8E. Grayscale: #595959. Windows color (decimal): -130703 or 7406078. OLE color: 7406078.
HSL color Cylindrical-coordinate representation of color #FE0171: hue angle of 333.44º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0171 is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 113 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.00 |
| HSL | 333.44º | 0.99% | 0.5% | - |
| HSV(B) | 333.44º | 1% | 1% | - |
| XYZ | 43.86 | 22.28 | 17.61 | - |
| YUV | 89.42 | 141.32 | 245.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 113 | 0 | 1.00 | 0.56 | 0.00 | 333.44 | 0.99 | 0.5 |
| Hex | FE | 1 | 71 | 0 | 64 | 38 | 0 | 14D | 63 | 32 |
| Octal | 376 | 1 | 161 | 0 | 144 | 70 | 0 | 515 | 143 | 62 |
| Binary | 11111110 | 1 | 1110001 | 0 | 1100100 | 111000 | 0 | 101001101 | 1100011 | 110010 |
Color Harmonies of #FE0171
Complementary color
Monochromatic Colors of #FE0171
Black with #FE0171
Text Example
Text Example
White with #FE0171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0171; }
p { color: rgb(254,1,113); }
H1.HeaderClassName
{
color: #FE0171;
}
.AnyTagClassName
{
color: #FE0171;
}
</style>
background-color css
<style>
a { background-color: #FE0171; }
a { background-color: rgb(254,1,113); }
div.DivClassName
{
background-color: #FE0171;
}
.BgClassName
{
background-color: #FE0171;
}
</style>
border-color css
<style>
span { border-color: #FE0171; }
span { border-color: rgb(254,1,113); }
td.TdClassName
{
border-color: #FE0171;
}
.TagClassName
{
border-color: #FE0171;
}
</style>