Shades of Razzmatazz #FE0558
Tints of Razzmatazz #FE0558
RGB
CMYK
RGB Variations
Color information
#FE0558 (or 0xFE0558) is known color: Razzmatazz. HEX triplet: FE, 05 and 58. RGB value is (254,5,88). Sum of RGB (Red+Green+Blue) = 254+5+88=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0558 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0558 is #01FAA7. Grayscale: #585858. Windows color (decimal): -129704 or 5768702. OLE color: 5768702.
HSL color Cylindrical-coordinate representation of color #FE0558: hue angle of 340º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0558 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 88 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.00 |
| HSL | 340º | 0.99% | 0.51% | - |
| HSV(B) | 340º | 0.98% | 1% | - |
| XYZ | 42.69 | 21.88 | 11.21 | - |
| YUV | 88.91 | 127.49 | 245.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 88 | 0 | 0.98 | 0.65 | 0.00 | 340 | 0.99 | 0.51 |
| Hex | FE | 5 | 58 | 0 | 62 | 41 | 0 | 154 | 63 | 33 |
| Octal | 376 | 5 | 130 | 0 | 142 | 101 | 0 | 524 | 143 | 63 |
| Binary | 11111110 | 101 | 1011000 | 0 | 1100010 | 1000001 | 0 | 101010100 | 1100011 | 110011 |
Color Harmonies of #FE0558
Complementary color
Monochromatic Colors of #FE0558
Black with #FE0558
Text Example
Text Example
White with #FE0558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0558; }
p { color: rgb(254,5,88); }
H1.HeaderClassName
{
color: #FE0558;
}
.AnyTagClassName
{
color: #FE0558;
}
</style>
background-color css
<style>
a { background-color: #FE0558; }
a { background-color: rgb(254,5,88); }
div.DivClassName
{
background-color: #FE0558;
}
.BgClassName
{
background-color: #FE0558;
}
</style>
border-color css
<style>
span { border-color: #FE0558; }
span { border-color: rgb(254,5,88); }
td.TdClassName
{
border-color: #FE0558;
}
.TagClassName
{
border-color: #FE0558;
}
</style>