Shades of Razzmatazz #FE135A
Tints of Razzmatazz #FE135A
RGB
CMYK
RGB Variations
Color information
#FE135A (or 0xFE135A) is known color: Razzmatazz. HEX triplet: FE, 13 and 5A. RGB value is (254,19,90). Sum of RGB (Red+Green+Blue) = 254+19+90=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE135A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE135A is #01ECA5. Grayscale: #616161. Windows color (decimal): -126118 or 5903358. OLE color: 5903358.
HSL color Cylindrical-coordinate representation of color #FE135A: hue angle of 341.87º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE135A is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 90 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.00 |
| HSL | 341.87º | 0.99% | 0.54% | - |
| HSV(B) | 341.87º | 0.93% | 1% | - |
| XYZ | 42.95 | 22.27 | 11.71 | - |
| YUV | 97.36 | 123.86 | 239.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 90 | 0 | 0.93 | 0.65 | 0.00 | 341.87 | 0.99 | 0.54 |
| Hex | FE | 13 | 5A | 0 | 5D | 41 | 0 | 156 | 63 | 36 |
| Octal | 376 | 23 | 132 | 0 | 135 | 101 | 0 | 526 | 143 | 66 |
| Binary | 11111110 | 10011 | 1011010 | 0 | 1011101 | 1000001 | 0 | 101010110 | 1100011 | 110110 |
Color Harmonies of #FE135A
Complementary color
Monochromatic Colors of #FE135A
Black with #FE135A
Text Example
Text Example
White with #FE135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE135A; }
p { color: rgb(254,19,90); }
H1.HeaderClassName
{
color: #FE135A;
}
.AnyTagClassName
{
color: #FE135A;
}
</style>
background-color css
<style>
a { background-color: #FE135A; }
a { background-color: rgb(254,19,90); }
div.DivClassName
{
background-color: #FE135A;
}
.BgClassName
{
background-color: #FE135A;
}
</style>
border-color css
<style>
span { border-color: #FE135A; }
span { border-color: rgb(254,19,90); }
td.TdClassName
{
border-color: #FE135A;
}
.TagClassName
{
border-color: #FE135A;
}
</style>