Shades of Razzmatazz #FE0E5D
Tints of Razzmatazz #FE0E5D
RGB
CMYK
RGB Variations
Color information
#FE0E5D (or 0xFE0E5D) is known color: Razzmatazz. HEX triplet: FE, 0E and 5D. RGB value is (254,14,93). Sum of RGB (Red+Green+Blue) = 254+14+93=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0E5D is #01F1A2. Grayscale: #5E5E5E. Windows color (decimal): -127395 or 6098686. OLE color: 6098686.
HSL color Cylindrical-coordinate representation of color #FE0E5D: hue angle of 340.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 #FE0E5D is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 93 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.00 |
| HSL | 340.25º | 0.99% | 0.53% | - |
| HSV(B) | 340.25º | 0.94% | 1% | - |
| XYZ | 43.01 | 22.18 | 12.37 | - |
| YUV | 94.77 | 127.01 | 241.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 93 | 0 | 0.94 | 0.63 | 0.00 | 340.25 | 0.99 | 0.53 |
| Hex | FE | E | 5D | 0 | 5E | 3F | 0 | 154 | 63 | 35 |
| Octal | 376 | 16 | 135 | 0 | 136 | 77 | 0 | 524 | 143 | 65 |
| Binary | 11111110 | 1110 | 1011101 | 0 | 1011110 | 111111 | 0 | 101010100 | 1100011 | 110101 |
Color Harmonies of #FE0E5D
Complementary color
Monochromatic Colors of #FE0E5D
Black with #FE0E5D
Text Example
Text Example
White with #FE0E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E5D; }
p { color: rgb(254,14,93); }
H1.HeaderClassName
{
color: #FE0E5D;
}
.AnyTagClassName
{
color: #FE0E5D;
}
</style>
background-color css
<style>
a { background-color: #FE0E5D; }
a { background-color: rgb(254,14,93); }
div.DivClassName
{
background-color: #FE0E5D;
}
.BgClassName
{
background-color: #FE0E5D;
}
</style>
border-color css
<style>
span { border-color: #FE0E5D; }
span { border-color: rgb(254,14,93); }
td.TdClassName
{
border-color: #FE0E5D;
}
.TagClassName
{
border-color: #FE0E5D;
}
</style>