Shades of Razzmatazz #FE0E52
Tints of Razzmatazz #FE0E52
RGB
CMYK
RGB Variations
Color information
#FE0E52 (or 0xFE0E52) is known color: Razzmatazz. HEX triplet: FE, 0E and 52. RGB value is (254,14,82). Sum of RGB (Red+Green+Blue) = 254+14+82=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E52 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0E52 is #01F1AD. Grayscale: #5D5D5D. Windows color (decimal): -127406 or 5377790. OLE color: 5377790.
HSL color Cylindrical-coordinate representation of color #FE0E52: hue angle of 343º 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 #FE0E52 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 82 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.00 |
| HSL | 343º | 0.99% | 0.53% | - |
| HSV(B) | 343º | 0.94% | 1% | - |
| XYZ | 42.55 | 21.99 | 9.99 | - |
| YUV | 93.51 | 121.51 | 242.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 82 | 0 | 0.94 | 0.68 | 0.00 | 343 | 0.99 | 0.53 |
| Hex | FE | E | 52 | 0 | 5E | 44 | 0 | 157 | 63 | 35 |
| Octal | 376 | 16 | 122 | 0 | 136 | 104 | 0 | 527 | 143 | 65 |
| Binary | 11111110 | 1110 | 1010010 | 0 | 1011110 | 1000100 | 0 | 101010111 | 1100011 | 110101 |
Color Harmonies of #FE0E52
Complementary color
Monochromatic Colors of #FE0E52
Black with #FE0E52
Text Example
Text Example
White with #FE0E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0E52; }
p { color: rgb(254,14,82); }
H1.HeaderClassName
{
color: #FE0E52;
}
.AnyTagClassName
{
color: #FE0E52;
}
</style>
background-color css
<style>
a { background-color: #FE0E52; }
a { background-color: rgb(254,14,82); }
div.DivClassName
{
background-color: #FE0E52;
}
.BgClassName
{
background-color: #FE0E52;
}
</style>
border-color css
<style>
span { border-color: #FE0E52; }
span { border-color: rgb(254,14,82); }
td.TdClassName
{
border-color: #FE0E52;
}
.TagClassName
{
border-color: #FE0E52;
}
</style>