Shades of Razzmatazz #FE0760
Tints of Razzmatazz #FE0760
RGB
CMYK
RGB Variations
Color information
#FE0760 (or 0xFE0760) is known color: Razzmatazz. HEX triplet: FE, 07 and 60. RGB value is (254,7,96). Sum of RGB (Red+Green+Blue) = 254+7+96=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0760 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0760 is #01F89F. Grayscale: #5A5A5A. Windows color (decimal): -129184 or 6293502. OLE color: 6293502.
HSL color Cylindrical-coordinate representation of color #FE0760: hue angle of 338.38º 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 #FE0760 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 96 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.00 |
| HSL | 338.38º | 0.99% | 0.51% | - |
| HSV(B) | 338.38º | 0.97% | 1% | - |
| XYZ | 43.06 | 22.07 | 13.06 | - |
| YUV | 91 | 130.83 | 244.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 96 | 0 | 0.97 | 0.62 | 0.00 | 338.38 | 0.99 | 0.51 |
| Hex | FE | 7 | 60 | 0 | 61 | 3E | 0 | 152 | 63 | 33 |
| Octal | 376 | 7 | 140 | 0 | 141 | 76 | 0 | 522 | 143 | 63 |
| Binary | 11111110 | 111 | 1100000 | 0 | 1100001 | 111110 | 0 | 101010010 | 1100011 | 110011 |
Color Harmonies of #FE0760
Complementary color
Monochromatic Colors of #FE0760
Black with #FE0760
Text Example
Text Example
White with #FE0760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0760; }
p { color: rgb(254,7,96); }
H1.HeaderClassName
{
color: #FE0760;
}
.AnyTagClassName
{
color: #FE0760;
}
</style>
background-color css
<style>
a { background-color: #FE0760; }
a { background-color: rgb(254,7,96); }
div.DivClassName
{
background-color: #FE0760;
}
.BgClassName
{
background-color: #FE0760;
}
</style>
border-color css
<style>
span { border-color: #FE0760; }
span { border-color: rgb(254,7,96); }
td.TdClassName
{
border-color: #FE0760;
}
.TagClassName
{
border-color: #FE0760;
}
</style>