Shades of Razzmatazz #FE0762
Tints of Razzmatazz #FE0762
RGB
CMYK
RGB Variations
Color information
#FE0762 (or 0xFE0762) is known color: Razzmatazz. HEX triplet: FE, 07 and 62. RGB value is (254,7,98). Sum of RGB (Red+Green+Blue) = 254+7+98=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0762 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0762 is #01F89D. Grayscale: #5B5B5B. Windows color (decimal): -129182 or 6424574. OLE color: 6424574.
HSL color Cylindrical-coordinate representation of color #FE0762: hue angle of 337.89º 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 #FE0762 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 98 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.00 |
| HSL | 337.89º | 0.99% | 0.51% | - |
| HSV(B) | 337.89º | 0.97% | 1% | - |
| XYZ | 43.15 | 22.1 | 13.55 | - |
| YUV | 91.23 | 131.83 | 244.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 98 | 0 | 0.97 | 0.61 | 0.00 | 337.89 | 0.99 | 0.51 |
| Hex | FE | 7 | 62 | 0 | 61 | 3D | 0 | 152 | 63 | 33 |
| Octal | 376 | 7 | 142 | 0 | 141 | 75 | 0 | 522 | 143 | 63 |
| Binary | 11111110 | 111 | 1100010 | 0 | 1100001 | 111101 | 0 | 101010010 | 1100011 | 110011 |
Color Harmonies of #FE0762
Complementary color
Monochromatic Colors of #FE0762
Black with #FE0762
Text Example
Text Example
White with #FE0762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0762; }
p { color: rgb(254,7,98); }
H1.HeaderClassName
{
color: #FE0762;
}
.AnyTagClassName
{
color: #FE0762;
}
</style>
background-color css
<style>
a { background-color: #FE0762; }
a { background-color: rgb(254,7,98); }
div.DivClassName
{
background-color: #FE0762;
}
.BgClassName
{
background-color: #FE0762;
}
</style>
border-color css
<style>
span { border-color: #FE0762; }
span { border-color: rgb(254,7,98); }
td.TdClassName
{
border-color: #FE0762;
}
.TagClassName
{
border-color: #FE0762;
}
</style>