Shades of Razzmatazz #FD0054
Tints of Razzmatazz #FD0054
RGB
CMYK
RGB Variations
Color information
#FD0054 (or 0xFD0054) is known color: Razzmatazz. HEX triplet: FD, 00 and 54. RGB value is (253,0,84). Sum of RGB (Red+Green+Blue) = 253+0+84=337 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.07% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0054 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0054 is #02FFAB. Grayscale: #555555. Windows color (decimal): -196524 or 5505277. OLE color: 5505277.
HSL color Cylindrical-coordinate representation of color #FD0054: hue angle of 340.08º 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 #FD0054 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.67 | 0.01 |
| HSL | 340.08º | 1% | 0.5% | - |
| HSV(B) | 340.08º | 1% | 0.99% | - |
| XYZ | 42.11 | 21.52 | 10.32 | - |
| YUV | 85.22 | 127.32 | 247.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 84 | 0 | 1 | 0.67 | 0.01 | 340.08 | 1 | 0.5 |
| Hex | FD | 0 | 54 | 0 | 64 | 43 | 1 | 154 | 64 | 32 |
| Octal | 375 | 0 | 124 | 0 | 144 | 103 | 1 | 524 | 144 | 62 |
| Binary | 11111101 | 0 | 1010100 | 0 | 1100100 | 1000011 | 1 | 101010100 | 1100100 | 110010 |
Color Harmonies of #FD0054
Complementary color
Monochromatic Colors of #FD0054
Black with #FD0054
Text Example
Text Example
White with #FD0054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0054; }
p { color: rgb(253,0,84); }
H1.HeaderClassName
{
color: #FD0054;
}
.AnyTagClassName
{
color: #FD0054;
}
</style>
background-color css
<style>
a { background-color: #FD0054; }
a { background-color: rgb(253,0,84); }
div.DivClassName
{
background-color: #FD0054;
}
.BgClassName
{
background-color: #FD0054;
}
</style>
border-color css
<style>
span { border-color: #FD0054; }
span { border-color: rgb(253,0,84); }
td.TdClassName
{
border-color: #FD0054;
}
.TagClassName
{
border-color: #FD0054;
}
</style>