Shades of Razzmatazz #FE0464
Tints of Razzmatazz #FE0464
RGB
CMYK
RGB Variations
Color information
#FE0464 (or 0xFE0464) is known color: Razzmatazz. HEX triplet: FE, 04 and 64. RGB value is (254,4,100). Sum of RGB (Red+Green+Blue) = 254+4+100=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0464 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0464 is #01FB9B. Grayscale: #595959. Windows color (decimal): -129948 or 6554878. OLE color: 6554878.
HSL color Cylindrical-coordinate representation of color #FE0464: hue angle of 336.96º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0464 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 100 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.00 |
| HSL | 336.96º | 0.99% | 0.51% | - |
| HSV(B) | 336.96º | 0.98% | 1% | - |
| XYZ | 43.22 | 22.08 | 14.04 | - |
| YUV | 89.69 | 133.83 | 245.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 100 | 0 | 0.98 | 0.61 | 0.00 | 336.96 | 0.99 | 0.51 |
| Hex | FE | 4 | 64 | 0 | 62 | 3D | 0 | 151 | 63 | 33 |
| Octal | 376 | 4 | 144 | 0 | 142 | 75 | 0 | 521 | 143 | 63 |
| Binary | 11111110 | 100 | 1100100 | 0 | 1100010 | 111101 | 0 | 101010001 | 1100011 | 110011 |
Color Harmonies of #FE0464
Complementary color
Monochromatic Colors of #FE0464
Black with #FE0464
Text Example
Text Example
White with #FE0464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0464; }
p { color: rgb(254,4,100); }
H1.HeaderClassName
{
color: #FE0464;
}
.AnyTagClassName
{
color: #FE0464;
}
</style>
background-color css
<style>
a { background-color: #FE0464; }
a { background-color: rgb(254,4,100); }
div.DivClassName
{
background-color: #FE0464;
}
.BgClassName
{
background-color: #FE0464;
}
</style>
border-color css
<style>
span { border-color: #FE0464; }
span { border-color: rgb(254,4,100); }
td.TdClassName
{
border-color: #FE0464;
}
.TagClassName
{
border-color: #FE0464;
}
</style>