Shades of Razzmatazz #FE076D
Tints of Razzmatazz #FE076D
RGB
CMYK
RGB Variations
Color information
#FE076D (or 0xFE076D) is known color: Razzmatazz. HEX triplet: FE, 07 and 6D. RGB value is (254,7,109). Sum of RGB (Red+Green+Blue) = 254+7+109=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE076D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE076D is #01F892. Grayscale: #5C5C5C. Windows color (decimal): -129171 or 7145470. OLE color: 7145470.
HSL color Cylindrical-coordinate representation of color #FE076D: hue angle of 335.22º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE076D is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.00 |
| HSL | 335.22º | 0.99% | 0.51% | - |
| HSV(B) | 335.22º | 0.97% | 1% | - |
| XYZ | 43.71 | 22.33 | 16.47 | - |
| YUV | 92.48 | 137.33 | 243.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 109 | 0 | 0.97 | 0.57 | 0.00 | 335.22 | 0.99 | 0.51 |
| Hex | FE | 7 | 6D | 0 | 61 | 39 | 0 | 14F | 63 | 33 |
| Octal | 376 | 7 | 155 | 0 | 141 | 71 | 0 | 517 | 143 | 63 |
| Binary | 11111110 | 111 | 1101101 | 0 | 1100001 | 111001 | 0 | 101001111 | 1100011 | 110011 |
Color Harmonies of #FE076D
Complementary color
Monochromatic Colors of #FE076D
Black with #FE076D
Text Example
Text Example
White with #FE076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE076D; }
p { color: rgb(254,7,109); }
H1.HeaderClassName
{
color: #FE076D;
}
.AnyTagClassName
{
color: #FE076D;
}
</style>
background-color css
<style>
a { background-color: #FE076D; }
a { background-color: rgb(254,7,109); }
div.DivClassName
{
background-color: #FE076D;
}
.BgClassName
{
background-color: #FE076D;
}
</style>
border-color css
<style>
span { border-color: #FE076D; }
span { border-color: rgb(254,7,109); }
td.TdClassName
{
border-color: #FE076D;
}
.TagClassName
{
border-color: #FE076D;
}
</style>