Shades of Razzmatazz #FE0064
Tints of Razzmatazz #FE0064
RGB
CMYK
RGB Variations
Color information
#FE0064 (or 0xFE0064) is known color: Razzmatazz. HEX triplet: FE, 00 and 64. RGB value is (254,0,100). Sum of RGB (Red+Green+Blue) = 254+0+100=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0064 is #01FF9B. Grayscale: #575757. Windows color (decimal): -130972 or 6553854. OLE color: 6553854.
HSL color Cylindrical-coordinate representation of color #FE0064: hue angle of 336.38º 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 #FE0064 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.61 | 0.00 |
| HSL | 336.38º | 1% | 0.5% | - |
| HSV(B) | 336.38º | 1% | 1% | - |
| XYZ | 43.17 | 21.99 | 14.03 | - |
| YUV | 87.35 | 135.15 | 246.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 100 | 0 | 1 | 0.61 | 0.00 | 336.38 | 1 | 0.5 |
| Hex | FE | 0 | 64 | 0 | 64 | 3D | 0 | 150 | 64 | 32 |
| Octal | 376 | 0 | 144 | 0 | 144 | 75 | 0 | 520 | 144 | 62 |
| Binary | 11111110 | 0 | 1100100 | 0 | 1100100 | 111101 | 0 | 101010000 | 1100100 | 110010 |
Color Harmonies of #FE0064
Complementary color
Monochromatic Colors of #FE0064
Black with #FE0064
Text Example
Text Example
White with #FE0064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0064; }
p { color: rgb(254,0,100); }
H1.HeaderClassName
{
color: #FE0064;
}
.AnyTagClassName
{
color: #FE0064;
}
</style>
background-color css
<style>
a { background-color: #FE0064; }
a { background-color: rgb(254,0,100); }
div.DivClassName
{
background-color: #FE0064;
}
.BgClassName
{
background-color: #FE0064;
}
</style>
border-color css
<style>
span { border-color: #FE0064; }
span { border-color: rgb(254,0,100); }
td.TdClassName
{
border-color: #FE0064;
}
.TagClassName
{
border-color: #FE0064;
}
</style>