Shades of Razzmatazz #FE0E56
Tints of Razzmatazz #FE0E56
RGB
CMYK
RGB Variations
Color information
#FE0E56 (or 0xFE0E56) is known color: Razzmatazz. HEX triplet: FE, 0E and 56. RGB value is (254,14,86). Sum of RGB (Red+Green+Blue) = 254+14+86=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E56 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0E56 is #01F1A9. Grayscale: #5D5D5D. Windows color (decimal): -127402 or 5639934. OLE color: 5639934.
HSL color Cylindrical-coordinate representation of color #FE0E56: hue angle of 342º 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 #FE0E56 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 86 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.00 |
| HSL | 342º | 0.99% | 0.53% | - |
| HSV(B) | 342º | 0.94% | 1% | - |
| XYZ | 42.71 | 22.06 | 10.81 | - |
| YUV | 93.97 | 123.51 | 242.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 86 | 0 | 0.94 | 0.66 | 0.00 | 342 | 0.99 | 0.53 |
| Hex | FE | E | 56 | 0 | 5E | 42 | 0 | 156 | 63 | 35 |
| Octal | 376 | 16 | 126 | 0 | 136 | 102 | 0 | 526 | 143 | 65 |
| Binary | 11111110 | 1110 | 1010110 | 0 | 1011110 | 1000010 | 0 | 101010110 | 1100011 | 110101 |
Color Harmonies of #FE0E56
Complementary color
Monochromatic Colors of #FE0E56
Black with #FE0E56
Text Example
Text Example
White with #FE0E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E56; }
p { color: rgb(254,14,86); }
H1.HeaderClassName
{
color: #FE0E56;
}
.AnyTagClassName
{
color: #FE0E56;
}
</style>
background-color css
<style>
a { background-color: #FE0E56; }
a { background-color: rgb(254,14,86); }
div.DivClassName
{
background-color: #FE0E56;
}
.BgClassName
{
background-color: #FE0E56;
}
</style>
border-color css
<style>
span { border-color: #FE0E56; }
span { border-color: rgb(254,14,86); }
td.TdClassName
{
border-color: #FE0E56;
}
.TagClassName
{
border-color: #FE0E56;
}
</style>