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