Shades of Razzmatazz #FE045E
Tints of Razzmatazz #FE045E
RGB
CMYK
RGB Variations
Color information
#FE045E (or 0xFE045E) is known color: Razzmatazz. HEX triplet: FE, 04 and 5E. RGB value is (254,4,94). Sum of RGB (Red+Green+Blue) = 254+4+94=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE045E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE045E is #01FBA1. Grayscale: #585858. Windows color (decimal): -129954 or 6161662. OLE color: 6161662.
HSL color Cylindrical-coordinate representation of color #FE045E: hue angle of 338.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE045E is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 94 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.00 |
| HSL | 338.4º | 0.99% | 0.51% | - |
| HSV(B) | 338.4º | 0.98% | 1% | - |
| XYZ | 42.94 | 21.97 | 12.57 | - |
| YUV | 89.01 | 130.83 | 245.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 94 | 0 | 0.98 | 0.63 | 0.00 | 338.4 | 0.99 | 0.51 |
| Hex | FE | 4 | 5E | 0 | 62 | 3F | 0 | 152 | 63 | 33 |
| Octal | 376 | 4 | 136 | 0 | 142 | 77 | 0 | 522 | 143 | 63 |
| Binary | 11111110 | 100 | 1011110 | 0 | 1100010 | 111111 | 0 | 101010010 | 1100011 | 110011 |
Color Harmonies of #FE045E
Complementary color
Monochromatic Colors of #FE045E
Black with #FE045E
Text Example
Text Example
White with #FE045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE045E; }
p { color: rgb(254,4,94); }
H1.HeaderClassName
{
color: #FE045E;
}
.AnyTagClassName
{
color: #FE045E;
}
</style>
background-color css
<style>
a { background-color: #FE045E; }
a { background-color: rgb(254,4,94); }
div.DivClassName
{
background-color: #FE045E;
}
.BgClassName
{
background-color: #FE045E;
}
</style>
border-color css
<style>
span { border-color: #FE045E; }
span { border-color: rgb(254,4,94); }
td.TdClassName
{
border-color: #FE045E;
}
.TagClassName
{
border-color: #FE045E;
}
</style>