Shades of Razzmatazz #FE1559
Tints of Razzmatazz #FE1559
RGB
CMYK
RGB Variations
Color information
#FE1559 (or 0xFE1559) is known color: Razzmatazz. HEX triplet: FE, 15 and 59. RGB value is (254,21,89). Sum of RGB (Red+Green+Blue) = 254+21+89=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1559 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1559 is #01EAA6. Grayscale: #626262. Windows color (decimal): -125607 or 5838334. OLE color: 5838334.
HSL color Cylindrical-coordinate representation of color #FE1559: hue angle of 342.49º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE1559 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 89 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.00 |
| HSL | 342.49º | 0.99% | 0.54% | - |
| HSV(B) | 342.49º | 0.92% | 1% | - |
| XYZ | 42.94 | 22.33 | 11.5 | - |
| YUV | 98.42 | 122.69 | 238.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 89 | 0 | 0.92 | 0.65 | 0.00 | 342.49 | 0.99 | 0.54 |
| Hex | FE | 15 | 59 | 0 | 5C | 41 | 0 | 156 | 63 | 36 |
| Octal | 376 | 25 | 131 | 0 | 134 | 101 | 0 | 526 | 143 | 66 |
| Binary | 11111110 | 10101 | 1011001 | 0 | 1011100 | 1000001 | 0 | 101010110 | 1100011 | 110110 |
Color Harmonies of #FE1559
Complementary color
Monochromatic Colors of #FE1559
Black with #FE1559
Text Example
Text Example
White with #FE1559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1559; }
p { color: rgb(254,21,89); }
H1.HeaderClassName
{
color: #FE1559;
}
.AnyTagClassName
{
color: #FE1559;
}
</style>
background-color css
<style>
a { background-color: #FE1559; }
a { background-color: rgb(254,21,89); }
div.DivClassName
{
background-color: #FE1559;
}
.BgClassName
{
background-color: #FE1559;
}
</style>
border-color css
<style>
span { border-color: #FE1559; }
span { border-color: rgb(254,21,89); }
td.TdClassName
{
border-color: #FE1559;
}
.TagClassName
{
border-color: #FE1559;
}
</style>