Shades of Razzmatazz #FE1159
Tints of Razzmatazz #FE1159
RGB
CMYK
RGB Variations
Color information
#FE1159 (or 0xFE1159) is known color: Razzmatazz. HEX triplet: FE, 11 and 59. RGB value is (254,17,89). Sum of RGB (Red+Green+Blue) = 254+17+89=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1159 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1159 is #01EEA6. Grayscale: #606060. Windows color (decimal): -126631 or 5837310. OLE color: 5837310.
HSL color Cylindrical-coordinate representation of color #FE1159: hue angle of 341.77º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1159 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 89 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.00 |
| HSL | 341.77º | 0.99% | 0.53% | - |
| HSV(B) | 341.77º | 0.93% | 1% | - |
| XYZ | 42.88 | 22.19 | 11.48 | - |
| YUV | 96.07 | 124.02 | 240.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 89 | 0 | 0.93 | 0.65 | 0.00 | 341.77 | 0.99 | 0.53 |
| Hex | FE | 11 | 59 | 0 | 5D | 41 | 0 | 156 | 63 | 35 |
| Octal | 376 | 21 | 131 | 0 | 135 | 101 | 0 | 526 | 143 | 65 |
| Binary | 11111110 | 10001 | 1011001 | 0 | 1011101 | 1000001 | 0 | 101010110 | 1100011 | 110101 |
Color Harmonies of #FE1159
Complementary color
Monochromatic Colors of #FE1159
Black with #FE1159
Text Example
Text Example
White with #FE1159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1159; }
p { color: rgb(254,17,89); }
H1.HeaderClassName
{
color: #FE1159;
}
.AnyTagClassName
{
color: #FE1159;
}
</style>
background-color css
<style>
a { background-color: #FE1159; }
a { background-color: rgb(254,17,89); }
div.DivClassName
{
background-color: #FE1159;
}
.BgClassName
{
background-color: #FE1159;
}
</style>
border-color css
<style>
span { border-color: #FE1159; }
span { border-color: rgb(254,17,89); }
td.TdClassName
{
border-color: #FE1159;
}
.TagClassName
{
border-color: #FE1159;
}
</style>