Shades of Razzmatazz #FE0E58
Tints of Razzmatazz #FE0E58
RGB
CMYK
RGB Variations
Color information
#FE0E58 (or 0xFE0E58) is known color: Razzmatazz. HEX triplet: FE, 0E and 58. RGB value is (254,14,88). Sum of RGB (Red+Green+Blue) = 254+14+88=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E58 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0E58 is #01F1A7. Grayscale: #5E5E5E. Windows color (decimal): -127400 or 5771006. OLE color: 5771006.
HSL color Cylindrical-coordinate representation of color #FE0E58: hue angle of 341.5º 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 #FE0E58 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 88 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.00 |
| HSL | 341.5º | 0.99% | 0.53% | - |
| HSV(B) | 341.5º | 0.94% | 1% | - |
| XYZ | 42.79 | 22.09 | 11.24 | - |
| YUV | 94.2 | 124.51 | 241.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 88 | 0 | 0.94 | 0.65 | 0.00 | 341.5 | 0.99 | 0.53 |
| Hex | FE | E | 58 | 0 | 5E | 41 | 0 | 156 | 63 | 35 |
| Octal | 376 | 16 | 130 | 0 | 136 | 101 | 0 | 526 | 143 | 65 |
| Binary | 11111110 | 1110 | 1011000 | 0 | 1011110 | 1000001 | 0 | 101010110 | 1100011 | 110101 |
Color Harmonies of #FE0E58
Complementary color
Monochromatic Colors of #FE0E58
Black with #FE0E58
Text Example
Text Example
White with #FE0E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E58; }
p { color: rgb(254,14,88); }
H1.HeaderClassName
{
color: #FE0E58;
}
.AnyTagClassName
{
color: #FE0E58;
}
</style>
background-color css
<style>
a { background-color: #FE0E58; }
a { background-color: rgb(254,14,88); }
div.DivClassName
{
background-color: #FE0E58;
}
.BgClassName
{
background-color: #FE0E58;
}
</style>
border-color css
<style>
span { border-color: #FE0E58; }
span { border-color: rgb(254,14,88); }
td.TdClassName
{
border-color: #FE0E58;
}
.TagClassName
{
border-color: #FE0E58;
}
</style>