Shades of Razzmatazz #FF0058
Tints of Razzmatazz #FF0058
RGB
CMYK
RGB Variations
Color information
#FF0058 (or 0xFF0058) is known color: Razzmatazz. HEX triplet: FF, 00 and 58. RGB value is (255,0,88). Sum of RGB (Red+Green+Blue) = 255+0+88=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0058 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0058 is #00FFA7. Grayscale: #565656. Windows color (decimal): -65448 or 5767423. OLE color: 5767423.
HSL color Cylindrical-coordinate representation of color #FF0058: hue angle of 339.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0058 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.65 | 0 |
| HSL | 339.29º | 1% | 0.5% | - |
| HSV(B) | 339.29º | 1% | 1% | - |
| XYZ | 43 | 21.96 | 11.21 | - |
| YUV | 86.28 | 128.98 | 248.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 88 | 0 | 1 | 0.65 | 0 | 339.29 | 1 | 0.5 |
| Hex | FF | 0 | 58 | 0 | 64 | 41 | 0 | 153 | 64 | 32 |
| Octal | 377 | 0 | 130 | 0 | 144 | 101 | 0 | 523 | 144 | 62 |
| Binary | 11111111 | 0 | 1011000 | 0 | 1100100 | 1000001 | 0 | 101010011 | 1100100 | 110010 |
Color Harmonies of #FF0058
Complementary color
Monochromatic Colors of #FF0058
Black with #FF0058
Text Example
Text Example
White with #FF0058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0058; }
p { color: rgb(255,0,88); }
H1.HeaderClassName
{
color: #FF0058;
}
.AnyTagClassName
{
color: #FF0058;
}
</style>
background-color css
<style>
a { background-color: #FF0058; }
a { background-color: rgb(255,0,88); }
div.DivClassName
{
background-color: #FF0058;
}
.BgClassName
{
background-color: #FF0058;
}
</style>
border-color css
<style>
span { border-color: #FF0058; }
span { border-color: rgb(255,0,88); }
td.TdClassName
{
border-color: #FF0058;
}
.TagClassName
{
border-color: #FF0058;
}
</style>