Shades of Razzmatazz #FE0763
Tints of Razzmatazz #FE0763
RGB
CMYK
RGB Variations
Color information
#FE0763 (or 0xFE0763) is known color: Razzmatazz. HEX triplet: FE, 07 and 63. RGB value is (254,7,99). Sum of RGB (Red+Green+Blue) = 254+7+99=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0763 is #01F89C. Grayscale: #5B5B5B. Windows color (decimal): -129181 or 6490110. OLE color: 6490110.
HSL color Cylindrical-coordinate representation of color #FE0763: hue angle of 337.65º 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 #FE0763 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 99 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.00 |
| HSL | 337.65º | 0.99% | 0.51% | - |
| HSV(B) | 337.65º | 0.97% | 1% | - |
| XYZ | 43.2 | 22.12 | 13.8 | - |
| YUV | 91.34 | 132.33 | 244.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 99 | 0 | 0.97 | 0.61 | 0.00 | 337.65 | 0.99 | 0.51 |
| Hex | FE | 7 | 63 | 0 | 61 | 3D | 0 | 152 | 63 | 33 |
| Octal | 376 | 7 | 143 | 0 | 141 | 75 | 0 | 522 | 143 | 63 |
| Binary | 11111110 | 111 | 1100011 | 0 | 1100001 | 111101 | 0 | 101010010 | 1100011 | 110011 |
Color Harmonies of #FE0763
Complementary color
Monochromatic Colors of #FE0763
Black with #FE0763
Text Example
Text Example
White with #FE0763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0763; }
p { color: rgb(254,7,99); }
H1.HeaderClassName
{
color: #FE0763;
}
.AnyTagClassName
{
color: #FE0763;
}
</style>
background-color css
<style>
a { background-color: #FE0763; }
a { background-color: rgb(254,7,99); }
div.DivClassName
{
background-color: #FE0763;
}
.BgClassName
{
background-color: #FE0763;
}
</style>
border-color css
<style>
span { border-color: #FE0763; }
span { border-color: rgb(254,7,99); }
td.TdClassName
{
border-color: #FE0763;
}
.TagClassName
{
border-color: #FE0763;
}
</style>