Shades of Razzmatazz #FE0E59
Tints of Razzmatazz #FE0E59
RGB
CMYK
RGB Variations
Color information
#FE0E59 (or 0xFE0E59) is known color: Razzmatazz. HEX triplet: FE, 0E and 59. RGB value is (254,14,89). Sum of RGB (Red+Green+Blue) = 254+14+89=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E59 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0E59 is #01F1A6. Grayscale: #5E5E5E. Windows color (decimal): -127399 or 5836542. OLE color: 5836542.
HSL color Cylindrical-coordinate representation of color #FE0E59: hue angle of 341.25º 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 #FE0E59 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 89 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.00 |
| HSL | 341.25º | 0.99% | 0.53% | - |
| HSV(B) | 341.25º | 0.94% | 1% | - |
| XYZ | 42.83 | 22.11 | 11.46 | - |
| YUV | 94.31 | 125.01 | 241.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 89 | 0 | 0.94 | 0.65 | 0.00 | 341.25 | 0.99 | 0.53 |
| Hex | FE | E | 59 | 0 | 5E | 41 | 0 | 155 | 63 | 35 |
| Octal | 376 | 16 | 131 | 0 | 136 | 101 | 0 | 525 | 143 | 65 |
| Binary | 11111110 | 1110 | 1011001 | 0 | 1011110 | 1000001 | 0 | 101010101 | 1100011 | 110101 |
Color Harmonies of #FE0E59
Complementary color
Monochromatic Colors of #FE0E59
Black with #FE0E59
Text Example
Text Example
White with #FE0E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E59; }
p { color: rgb(254,14,89); }
H1.HeaderClassName
{
color: #FE0E59;
}
.AnyTagClassName
{
color: #FE0E59;
}
</style>
background-color css
<style>
a { background-color: #FE0E59; }
a { background-color: rgb(254,14,89); }
div.DivClassName
{
background-color: #FE0E59;
}
.BgClassName
{
background-color: #FE0E59;
}
</style>
border-color css
<style>
span { border-color: #FE0E59; }
span { border-color: rgb(254,14,89); }
td.TdClassName
{
border-color: #FE0E59;
}
.TagClassName
{
border-color: #FE0E59;
}
</style>