Shades of Razzmatazz #FE1555
Tints of Razzmatazz #FE1555
RGB
CMYK
RGB Variations
Color information
#FE1555 (or 0xFE1555) is known color: Razzmatazz. HEX triplet: FE, 15 and 55. RGB value is (254,21,85). Sum of RGB (Red+Green+Blue) = 254+21+85=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1555 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1555 is #01EAAA. Grayscale: #616161. Windows color (decimal): -125611 or 5576190. OLE color: 5576190.
HSL color Cylindrical-coordinate representation of color #FE1555: hue angle of 343.52º 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 #FE1555 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 85 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.00 |
| HSL | 343.52º | 0.99% | 0.54% | - |
| HSV(B) | 343.52º | 0.92% | 1% | - |
| XYZ | 42.78 | 22.26 | 10.64 | - |
| YUV | 97.96 | 120.69 | 239.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 85 | 0 | 0.92 | 0.67 | 0.00 | 343.52 | 0.99 | 0.54 |
| Hex | FE | 15 | 55 | 0 | 5C | 43 | 0 | 158 | 63 | 36 |
| Octal | 376 | 25 | 125 | 0 | 134 | 103 | 0 | 530 | 143 | 66 |
| Binary | 11111110 | 10101 | 1010101 | 0 | 1011100 | 1000011 | 0 | 101011000 | 1100011 | 110110 |
Color Harmonies of #FE1555
Complementary color
Monochromatic Colors of #FE1555
Black with #FE1555
Text Example
Text Example
White with #FE1555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1555; }
p { color: rgb(254,21,85); }
H1.HeaderClassName
{
color: #FE1555;
}
.AnyTagClassName
{
color: #FE1555;
}
</style>
background-color css
<style>
a { background-color: #FE1555; }
a { background-color: rgb(254,21,85); }
div.DivClassName
{
background-color: #FE1555;
}
.BgClassName
{
background-color: #FE1555;
}
</style>
border-color css
<style>
span { border-color: #FE1555; }
span { border-color: rgb(254,21,85); }
td.TdClassName
{
border-color: #FE1555;
}
.TagClassName
{
border-color: #FE1555;
}
</style>