Shades of Razzmatazz #FE005B
Tints of Razzmatazz #FE005B
RGB
CMYK
RGB Variations
Color information
#FE005B (or 0xFE005B) is known color: Razzmatazz. HEX triplet: FE, 00 and 5B. RGB value is (254,0,91). Sum of RGB (Red+Green+Blue) = 254+0+91=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE005B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE005B is #01FFA4. Grayscale: #565656. Windows color (decimal): -130981 or 5964030. OLE color: 5964030.
HSL color Cylindrical-coordinate representation of color #FE005B: hue angle of 338.5º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE005B is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.64 | 0.00 |
| HSL | 338.5º | 1% | 0.5% | - |
| HSV(B) | 338.5º | 1% | 1% | - |
| XYZ | 42.76 | 21.83 | 11.86 | - |
| YUV | 86.32 | 130.65 | 247.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 91 | 0 | 1 | 0.64 | 0.00 | 338.5 | 1 | 0.5 |
| Hex | FE | 0 | 5B | 0 | 64 | 40 | 0 | 153 | 64 | 32 |
| Octal | 376 | 0 | 133 | 0 | 144 | 100 | 0 | 523 | 144 | 62 |
| Binary | 11111110 | 0 | 1011011 | 0 | 1100100 | 1000000 | 0 | 101010011 | 1100100 | 110010 |
Color Harmonies of #FE005B
Complementary color
Monochromatic Colors of #FE005B
Black with #FE005B
Text Example
Text Example
White with #FE005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE005B; }
p { color: rgb(254,0,91); }
H1.HeaderClassName
{
color: #FE005B;
}
.AnyTagClassName
{
color: #FE005B;
}
</style>
background-color css
<style>
a { background-color: #FE005B; }
a { background-color: rgb(254,0,91); }
div.DivClassName
{
background-color: #FE005B;
}
.BgClassName
{
background-color: #FE005B;
}
</style>
border-color css
<style>
span { border-color: #FE005B; }
span { border-color: rgb(254,0,91); }
td.TdClassName
{
border-color: #FE005B;
}
.TagClassName
{
border-color: #FE005B;
}
</style>