Shades of Razzmatazz #FD0058
Tints of Razzmatazz #FD0058
RGB
CMYK
RGB Variations
Color information
#FD0058 (or 0xFD0058) is known color: Razzmatazz. HEX triplet: FD, 00 and 58. RGB value is (253,0,88). Sum of RGB (Red+Green+Blue) = 253+0+88=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0058 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0058 is #02FFA7. Grayscale: #555555. Windows color (decimal): -196520 or 5767421. OLE color: 5767421.
HSL color Cylindrical-coordinate representation of color #FD0058: hue angle of 339.13º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0058 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.65 | 0.01 |
| HSL | 339.13º | 1% | 0.5% | - |
| HSV(B) | 339.13º | 1% | 0.99% | - |
| XYZ | 42.27 | 21.59 | 11.17 | - |
| YUV | 85.68 | 129.32 | 247.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 88 | 0 | 1 | 0.65 | 0.01 | 339.13 | 1 | 0.5 |
| Hex | FD | 0 | 58 | 0 | 64 | 41 | 1 | 153 | 64 | 32 |
| Octal | 375 | 0 | 130 | 0 | 144 | 101 | 1 | 523 | 144 | 62 |
| Binary | 11111101 | 0 | 1011000 | 0 | 1100100 | 1000001 | 1 | 101010011 | 1100100 | 110010 |
Color Harmonies of #FD0058
Complementary color
Monochromatic Colors of #FD0058
Black with #FD0058
Text Example
Text Example
White with #FD0058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0058; }
p { color: rgb(253,0,88); }
H1.HeaderClassName
{
color: #FD0058;
}
.AnyTagClassName
{
color: #FD0058;
}
</style>
background-color css
<style>
a { background-color: #FD0058; }
a { background-color: rgb(253,0,88); }
div.DivClassName
{
background-color: #FD0058;
}
.BgClassName
{
background-color: #FD0058;
}
</style>
border-color css
<style>
span { border-color: #FD0058; }
span { border-color: rgb(253,0,88); }
td.TdClassName
{
border-color: #FD0058;
}
.TagClassName
{
border-color: #FD0058;
}
</style>