Shades of Razzmatazz #FE0162
Tints of Razzmatazz #FE0162
RGB
CMYK
RGB Variations
Color information
#FE0162 (or 0xFE0162) is known color: Razzmatazz. HEX triplet: FE, 01 and 62. RGB value is (254,1,98). Sum of RGB (Red+Green+Blue) = 254+1+98=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0162 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0162 is #01FE9D. Grayscale: #575757. Windows color (decimal): -130718 or 6423038. OLE color: 6423038.
HSL color Cylindrical-coordinate representation of color #FE0162: hue angle of 337º 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 #FE0162 is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 98 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.00 |
| HSL | 337º | 0.99% | 0.5% | - |
| HSV(B) | 337º | 1% | 1% | - |
| XYZ | 43.09 | 21.97 | 13.53 | - |
| YUV | 87.71 | 133.82 | 246.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 98 | 0 | 1.00 | 0.61 | 0.00 | 337 | 0.99 | 0.5 |
| Hex | FE | 1 | 62 | 0 | 64 | 3D | 0 | 151 | 63 | 32 |
| Octal | 376 | 1 | 142 | 0 | 144 | 75 | 0 | 521 | 143 | 62 |
| Binary | 11111110 | 1 | 1100010 | 0 | 1100100 | 111101 | 0 | 101010001 | 1100011 | 110010 |
Color Harmonies of #FE0162
Complementary color
Monochromatic Colors of #FE0162
Black with #FE0162
Text Example
Text Example
White with #FE0162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0162; }
p { color: rgb(254,1,98); }
H1.HeaderClassName
{
color: #FE0162;
}
.AnyTagClassName
{
color: #FE0162;
}
</style>
background-color css
<style>
a { background-color: #FE0162; }
a { background-color: rgb(254,1,98); }
div.DivClassName
{
background-color: #FE0162;
}
.BgClassName
{
background-color: #FE0162;
}
</style>
border-color css
<style>
span { border-color: #FE0162; }
span { border-color: rgb(254,1,98); }
td.TdClassName
{
border-color: #FE0162;
}
.TagClassName
{
border-color: #FE0162;
}
</style>