Shades of Razzmatazz #FE075E
Tints of Razzmatazz #FE075E
RGB
CMYK
RGB Variations
Color information
#FE075E (or 0xFE075E) is known color: Razzmatazz. HEX triplet: FE, 07 and 5E. RGB value is (254,7,94). Sum of RGB (Red+Green+Blue) = 254+7+94=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE075E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE075E is #01F8A1. Grayscale: #5A5A5A. Windows color (decimal): -129186 or 6162430. OLE color: 6162430.
HSL color Cylindrical-coordinate representation of color #FE075E: hue angle of 338.87º 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 #FE075E is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 94 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.00 |
| HSL | 338.87º | 0.99% | 0.51% | - |
| HSV(B) | 338.87º | 0.97% | 1% | - |
| XYZ | 42.97 | 22.03 | 12.58 | - |
| YUV | 90.77 | 129.83 | 244.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 94 | 0 | 0.97 | 0.63 | 0.00 | 338.87 | 0.99 | 0.51 |
| Hex | FE | 7 | 5E | 0 | 61 | 3F | 0 | 153 | 63 | 33 |
| Octal | 376 | 7 | 136 | 0 | 141 | 77 | 0 | 523 | 143 | 63 |
| Binary | 11111110 | 111 | 1011110 | 0 | 1100001 | 111111 | 0 | 101010011 | 1100011 | 110011 |
Color Harmonies of #FE075E
Complementary color
Monochromatic Colors of #FE075E
Black with #FE075E
Text Example
Text Example
White with #FE075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE075E; }
p { color: rgb(254,7,94); }
H1.HeaderClassName
{
color: #FE075E;
}
.AnyTagClassName
{
color: #FE075E;
}
</style>
background-color css
<style>
a { background-color: #FE075E; }
a { background-color: rgb(254,7,94); }
div.DivClassName
{
background-color: #FE075E;
}
.BgClassName
{
background-color: #FE075E;
}
</style>
border-color css
<style>
span { border-color: #FE075E; }
span { border-color: rgb(254,7,94); }
td.TdClassName
{
border-color: #FE075E;
}
.TagClassName
{
border-color: #FE075E;
}
</style>