Shades of Razzmatazz #FE0764
Tints of Razzmatazz #FE0764
RGB
CMYK
RGB Variations
Color information
#FE0764 (or 0xFE0764) is known color: Razzmatazz. HEX triplet: FE, 07 and 64. RGB value is (254,7,100). Sum of RGB (Red+Green+Blue) = 254+7+100=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0764 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0764 is #01F89B. Grayscale: #5B5B5B. Windows color (decimal): -129180 or 6555646. OLE color: 6555646.
HSL color Cylindrical-coordinate representation of color #FE0764: hue angle of 337.41º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0764 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 100 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.00 |
| HSL | 337.41º | 0.99% | 0.51% | - |
| HSV(B) | 337.41º | 0.97% | 1% | - |
| XYZ | 43.25 | 22.14 | 14.05 | - |
| YUV | 91.46 | 132.83 | 243.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 100 | 0 | 0.97 | 0.61 | 0.00 | 337.41 | 0.99 | 0.51 |
| Hex | FE | 7 | 64 | 0 | 61 | 3D | 0 | 151 | 63 | 33 |
| Octal | 376 | 7 | 144 | 0 | 141 | 75 | 0 | 521 | 143 | 63 |
| Binary | 11111110 | 111 | 1100100 | 0 | 1100001 | 111101 | 0 | 101010001 | 1100011 | 110011 |
Color Harmonies of #FE0764
Complementary color
Monochromatic Colors of #FE0764
Black with #FE0764
Text Example
Text Example
White with #FE0764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0764; }
p { color: rgb(254,7,100); }
H1.HeaderClassName
{
color: #FE0764;
}
.AnyTagClassName
{
color: #FE0764;
}
</style>
background-color css
<style>
a { background-color: #FE0764; }
a { background-color: rgb(254,7,100); }
div.DivClassName
{
background-color: #FE0764;
}
.BgClassName
{
background-color: #FE0764;
}
</style>
border-color css
<style>
span { border-color: #FE0764; }
span { border-color: rgb(254,7,100); }
td.TdClassName
{
border-color: #FE0764;
}
.TagClassName
{
border-color: #FE0764;
}
</style>