Shades of Razzmatazz #FE0E5A
Tints of Razzmatazz #FE0E5A
RGB
CMYK
RGB Variations
Color information
#FE0E5A (or 0xFE0E5A) is known color: Razzmatazz. HEX triplet: FE, 0E and 5A. RGB value is (254,14,90). Sum of RGB (Red+Green+Blue) = 254+14+90=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E5A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0E5A is #01F1A5. Grayscale: #5E5E5E. Windows color (decimal): -127398 or 5902078. OLE color: 5902078.
HSL color Cylindrical-coordinate representation of color #FE0E5A: hue angle of 341º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0E5A is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 90 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.00 |
| HSL | 341º | 0.99% | 0.53% | - |
| HSV(B) | 341º | 0.94% | 1% | - |
| XYZ | 42.88 | 22.12 | 11.68 | - |
| YUV | 94.42 | 125.51 | 241.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 90 | 0 | 0.94 | 0.65 | 0.00 | 341 | 0.99 | 0.53 |
| Hex | FE | E | 5A | 0 | 5E | 41 | 0 | 155 | 63 | 35 |
| Octal | 376 | 16 | 132 | 0 | 136 | 101 | 0 | 525 | 143 | 65 |
| Binary | 11111110 | 1110 | 1011010 | 0 | 1011110 | 1000001 | 0 | 101010101 | 1100011 | 110101 |
Color Harmonies of #FE0E5A
Complementary color
Monochromatic Colors of #FE0E5A
Black with #FE0E5A
Text Example
Text Example
White with #FE0E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E5A; }
p { color: rgb(254,14,90); }
H1.HeaderClassName
{
color: #FE0E5A;
}
.AnyTagClassName
{
color: #FE0E5A;
}
</style>
background-color css
<style>
a { background-color: #FE0E5A; }
a { background-color: rgb(254,14,90); }
div.DivClassName
{
background-color: #FE0E5A;
}
.BgClassName
{
background-color: #FE0E5A;
}
</style>
border-color css
<style>
span { border-color: #FE0E5A; }
span { border-color: rgb(254,14,90); }
td.TdClassName
{
border-color: #FE0E5A;
}
.TagClassName
{
border-color: #FE0E5A;
}
</style>