Shades of Razzmatazz #FE015E
Tints of Razzmatazz #FE015E
RGB
CMYK
RGB Variations
Color information
#FE015E (or 0xFE015E) is known color: Razzmatazz. HEX triplet: FE, 01 and 5E. RGB value is (254,1,94). Sum of RGB (Red+Green+Blue) = 254+1+94=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE015E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE015E is #01FEA1. Grayscale: #575757. Windows color (decimal): -130722 or 6160894. OLE color: 6160894.
HSL color Cylindrical-coordinate representation of color #FE015E: hue angle of 337.94º 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 #FE015E is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 94 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.00 |
| HSL | 337.94º | 0.99% | 0.5% | - |
| HSV(B) | 337.94º | 1% | 1% | - |
| XYZ | 42.9 | 21.9 | 12.56 | - |
| YUV | 87.25 | 131.82 | 246.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 94 | 0 | 1.00 | 0.63 | 0.00 | 337.94 | 0.99 | 0.5 |
| Hex | FE | 1 | 5E | 0 | 64 | 3F | 0 | 152 | 63 | 32 |
| Octal | 376 | 1 | 136 | 0 | 144 | 77 | 0 | 522 | 143 | 62 |
| Binary | 11111110 | 1 | 1011110 | 0 | 1100100 | 111111 | 0 | 101010010 | 1100011 | 110010 |
Color Harmonies of #FE015E
Complementary color
Monochromatic Colors of #FE015E
Black with #FE015E
Text Example
Text Example
White with #FE015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE015E; }
p { color: rgb(254,1,94); }
H1.HeaderClassName
{
color: #FE015E;
}
.AnyTagClassName
{
color: #FE015E;
}
</style>
background-color css
<style>
a { background-color: #FE015E; }
a { background-color: rgb(254,1,94); }
div.DivClassName
{
background-color: #FE015E;
}
.BgClassName
{
background-color: #FE015E;
}
</style>
border-color css
<style>
span { border-color: #FE015E; }
span { border-color: rgb(254,1,94); }
td.TdClassName
{
border-color: #FE015E;
}
.TagClassName
{
border-color: #FE015E;
}
</style>