Shades of Razzmatazz #FE135C
Tints of Razzmatazz #FE135C
RGB
CMYK
RGB Variations
Color information
#FE135C (or 0xFE135C) is known color: Razzmatazz. HEX triplet: FE, 13 and 5C. RGB value is (254,19,92). Sum of RGB (Red+Green+Blue) = 254+19+92=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE135C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE135C is #01ECA3. Grayscale: #616161. Windows color (decimal): -126116 or 6034430. OLE color: 6034430.
HSL color Cylindrical-coordinate representation of color #FE135C: hue angle of 341.36º 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 #FE135C is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 92 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.00 |
| HSL | 341.36º | 0.99% | 0.54% | - |
| HSV(B) | 341.36º | 0.93% | 1% | - |
| XYZ | 43.04 | 22.31 | 12.16 | - |
| YUV | 97.59 | 124.86 | 239.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 92 | 0 | 0.93 | 0.64 | 0.00 | 341.36 | 0.99 | 0.54 |
| Hex | FE | 13 | 5C | 0 | 5D | 40 | 0 | 155 | 63 | 36 |
| Octal | 376 | 23 | 134 | 0 | 135 | 100 | 0 | 525 | 143 | 66 |
| Binary | 11111110 | 10011 | 1011100 | 0 | 1011101 | 1000000 | 0 | 101010101 | 1100011 | 110110 |
Color Harmonies of #FE135C
Complementary color
Monochromatic Colors of #FE135C
Black with #FE135C
Text Example
Text Example
White with #FE135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE135C; }
p { color: rgb(254,19,92); }
H1.HeaderClassName
{
color: #FE135C;
}
.AnyTagClassName
{
color: #FE135C;
}
</style>
background-color css
<style>
a { background-color: #FE135C; }
a { background-color: rgb(254,19,92); }
div.DivClassName
{
background-color: #FE135C;
}
.BgClassName
{
background-color: #FE135C;
}
</style>
border-color css
<style>
span { border-color: #FE135C; }
span { border-color: rgb(254,19,92); }
td.TdClassName
{
border-color: #FE135C;
}
.TagClassName
{
border-color: #FE135C;
}
</style>