Shades of Razzmatazz #FE135E
Tints of Razzmatazz #FE135E
RGB
CMYK
RGB Variations
Color information
#FE135E (or 0xFE135E) is known color: Razzmatazz. HEX triplet: FE, 13 and 5E. RGB value is (254,19,94). Sum of RGB (Red+Green+Blue) = 254+19+94=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE135E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE135E is #01ECA1. Grayscale: #616161. Windows color (decimal): -126114 or 6165502. OLE color: 6165502.
HSL color Cylindrical-coordinate representation of color #FE135E: hue angle of 340.85º 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 #FE135E is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 94 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.00 |
| HSL | 340.85º | 0.99% | 0.54% | - |
| HSV(B) | 340.85º | 0.93% | 1% | - |
| XYZ | 43.13 | 22.34 | 12.63 | - |
| YUV | 97.82 | 125.86 | 239.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 94 | 0 | 0.93 | 0.63 | 0.00 | 340.85 | 0.99 | 0.54 |
| Hex | FE | 13 | 5E | 0 | 5D | 3F | 0 | 155 | 63 | 36 |
| Octal | 376 | 23 | 136 | 0 | 135 | 77 | 0 | 525 | 143 | 66 |
| Binary | 11111110 | 10011 | 1011110 | 0 | 1011101 | 111111 | 0 | 101010101 | 1100011 | 110110 |
Color Harmonies of #FE135E
Complementary color
Monochromatic Colors of #FE135E
Black with #FE135E
Text Example
Text Example
White with #FE135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE135E; }
p { color: rgb(254,19,94); }
H1.HeaderClassName
{
color: #FE135E;
}
.AnyTagClassName
{
color: #FE135E;
}
</style>
background-color css
<style>
a { background-color: #FE135E; }
a { background-color: rgb(254,19,94); }
div.DivClassName
{
background-color: #FE135E;
}
.BgClassName
{
background-color: #FE135E;
}
</style>
border-color css
<style>
span { border-color: #FE135E; }
span { border-color: rgb(254,19,94); }
td.TdClassName
{
border-color: #FE135E;
}
.TagClassName
{
border-color: #FE135E;
}
</style>