Shades of Razzmatazz #FE0971
Tints of Razzmatazz #FE0971
RGB
CMYK
RGB Variations
Color information
#FE0971 (or 0xFE0971) is known color: Razzmatazz. HEX triplet: FE, 09 and 71. RGB value is (254,9,113). Sum of RGB (Red+Green+Blue) = 254+9+113=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0971 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0971 is #01F68E. Grayscale: #5D5D5D. Windows color (decimal): -128655 or 7408126. OLE color: 7408126.
HSL color Cylindrical-coordinate representation of color #FE0971: hue angle of 334.53º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0971 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 113 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.00 |
| HSL | 334.53º | 0.99% | 0.52% | - |
| HSV(B) | 334.53º | 0.96% | 1% | - |
| XYZ | 43.95 | 22.46 | 17.64 | - |
| YUV | 94.11 | 138.67 | 242.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 113 | 0 | 0.96 | 0.56 | 0.00 | 334.53 | 0.99 | 0.52 |
| Hex | FE | 9 | 71 | 0 | 60 | 38 | 0 | 14F | 63 | 34 |
| Octal | 376 | 11 | 161 | 0 | 140 | 70 | 0 | 517 | 143 | 64 |
| Binary | 11111110 | 1001 | 1110001 | 0 | 1100000 | 111000 | 0 | 101001111 | 1100011 | 110100 |
Color Harmonies of #FE0971
Complementary color
Monochromatic Colors of #FE0971
Black with #FE0971
Text Example
Text Example
White with #FE0971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0971; }
p { color: rgb(254,9,113); }
H1.HeaderClassName
{
color: #FE0971;
}
.AnyTagClassName
{
color: #FE0971;
}
</style>
background-color css
<style>
a { background-color: #FE0971; }
a { background-color: rgb(254,9,113); }
div.DivClassName
{
background-color: #FE0971;
}
.BgClassName
{
background-color: #FE0971;
}
</style>
border-color css
<style>
span { border-color: #FE0971; }
span { border-color: rgb(254,9,113); }
td.TdClassName
{
border-color: #FE0971;
}
.TagClassName
{
border-color: #FE0971;
}
</style>