Shades of Razzmatazz #FD045D
Tints of Razzmatazz #FD045D
RGB
CMYK
RGB Variations
Color information
#FD045D (or 0xFD045D) is known color: Razzmatazz. HEX triplet: FD, 04 and 5D. RGB value is (253,4,93). Sum of RGB (Red+Green+Blue) = 253+4+93=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD045D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD045D is #02FBA2. Grayscale: #585858. Windows color (decimal): -195491 or 6096125. OLE color: 6096125.
HSL color Cylindrical-coordinate representation of color #FD045D: hue angle of 338.55º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD045D is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.01 |
| HSL | 338.55º | 0.98% | 0.5% | - |
| HSV(B) | 338.55º | 0.98% | 0.99% | - |
| XYZ | 42.53 | 21.76 | 12.31 | - |
| YUV | 88.6 | 130.49 | 245.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 93 | 0 | 0.98 | 0.63 | 0.01 | 338.55 | 0.98 | 0.5 |
| Hex | FD | 4 | 5D | 0 | 62 | 3F | 1 | 153 | 62 | 32 |
| Octal | 375 | 4 | 135 | 0 | 142 | 77 | 1 | 523 | 142 | 62 |
| Binary | 11111101 | 100 | 1011101 | 0 | 1100010 | 111111 | 1 | 101010011 | 1100010 | 110010 |
Color Harmonies of #FD045D
Complementary color
Monochromatic Colors of #FD045D
Black with #FD045D
Text Example
Text Example
White with #FD045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD045D; }
p { color: rgb(253,4,93); }
H1.HeaderClassName
{
color: #FD045D;
}
.AnyTagClassName
{
color: #FD045D;
}
</style>
background-color css
<style>
a { background-color: #FD045D; }
a { background-color: rgb(253,4,93); }
div.DivClassName
{
background-color: #FD045D;
}
.BgClassName
{
background-color: #FD045D;
}
</style>
border-color css
<style>
span { border-color: #FD045D; }
span { border-color: rgb(253,4,93); }
td.TdClassName
{
border-color: #FD045D;
}
.TagClassName
{
border-color: #FD045D;
}
</style>