Shades of Razzmatazz #FE0259
Tints of Razzmatazz #FE0259
RGB
CMYK
RGB Variations
Color information
#FE0259 (or 0xFE0259) is known color: Razzmatazz. HEX triplet: FE, 02 and 59. RGB value is (254,2,89). Sum of RGB (Red+Green+Blue) = 254+2+89=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0259 is #01FDA6. Grayscale: #575757. Windows color (decimal): -130471 or 5833470. OLE color: 5833470.
HSL color Cylindrical-coordinate representation of color #FE0259: hue angle of 339.29º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0259 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.00 |
| HSL | 339.29º | 0.99% | 0.5% | - |
| HSV(B) | 339.29º | 0.99% | 1% | - |
| XYZ | 42.7 | 21.84 | 11.42 | - |
| YUV | 87.27 | 128.99 | 246.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 89 | 0 | 0.99 | 0.65 | 0.00 | 339.29 | 0.99 | 0.5 |
| Hex | FE | 2 | 59 | 0 | 63 | 41 | 0 | 153 | 63 | 32 |
| Octal | 376 | 2 | 131 | 0 | 143 | 101 | 0 | 523 | 143 | 62 |
| Binary | 11111110 | 10 | 1011001 | 0 | 1100011 | 1000001 | 0 | 101010011 | 1100011 | 110010 |
Color Harmonies of #FE0259
Complementary color
Monochromatic Colors of #FE0259
Black with #FE0259
Text Example
Text Example
White with #FE0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0259; }
p { color: rgb(254,2,89); }
H1.HeaderClassName
{
color: #FE0259;
}
.AnyTagClassName
{
color: #FE0259;
}
</style>
background-color css
<style>
a { background-color: #FE0259; }
a { background-color: rgb(254,2,89); }
div.DivClassName
{
background-color: #FE0259;
}
.BgClassName
{
background-color: #FE0259;
}
</style>
border-color css
<style>
span { border-color: #FE0259; }
span { border-color: rgb(254,2,89); }
td.TdClassName
{
border-color: #FE0259;
}
.TagClassName
{
border-color: #FE0259;
}
</style>