Shades of Razzmatazz #FE0155
Tints of Razzmatazz #FE0155
RGB
CMYK
RGB Variations
Color information
#FE0155 (or 0xFE0155) is known color: Razzmatazz. HEX triplet: FE, 01 and 55. RGB value is (254,1,85). Sum of RGB (Red+Green+Blue) = 254+1+85=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0155 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0155 is #01FEAA. Grayscale: #565656. Windows color (decimal): -130731 or 5571070. OLE color: 5571070.
HSL color Cylindrical-coordinate representation of color #FE0155: hue angle of 340.08º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0155 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 85 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.00 |
| HSL | 340.08º | 0.99% | 0.5% | - |
| HSV(B) | 340.08º | 1% | 1% | - |
| XYZ | 42.52 | 21.75 | 10.55 | - |
| YUV | 86.22 | 127.32 | 247.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 85 | 0 | 1.00 | 0.67 | 0.00 | 340.08 | 0.99 | 0.5 |
| Hex | FE | 1 | 55 | 0 | 64 | 43 | 0 | 154 | 63 | 32 |
| Octal | 376 | 1 | 125 | 0 | 144 | 103 | 0 | 524 | 143 | 62 |
| Binary | 11111110 | 1 | 1010101 | 0 | 1100100 | 1000011 | 0 | 101010100 | 1100011 | 110010 |
Color Harmonies of #FE0155
Complementary color
Monochromatic Colors of #FE0155
Black with #FE0155
Text Example
Text Example
White with #FE0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0155; }
p { color: rgb(254,1,85); }
H1.HeaderClassName
{
color: #FE0155;
}
.AnyTagClassName
{
color: #FE0155;
}
</style>
background-color css
<style>
a { background-color: #FE0155; }
a { background-color: rgb(254,1,85); }
div.DivClassName
{
background-color: #FE0155;
}
.BgClassName
{
background-color: #FE0155;
}
</style>
border-color css
<style>
span { border-color: #FE0155; }
span { border-color: rgb(254,1,85); }
td.TdClassName
{
border-color: #FE0155;
}
.TagClassName
{
border-color: #FE0155;
}
</style>