Shades of Razzmatazz #FD0555
Tints of Razzmatazz #FD0555
RGB
CMYK
RGB Variations
Color information
#FD0555 (or 0xFD0555) is known color: Razzmatazz. HEX triplet: FD, 05 and 55. RGB value is (253,5,85). Sum of RGB (Red+Green+Blue) = 253+5+85=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0555 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0555 is #02FAAA. Grayscale: #585858. Windows color (decimal): -195243 or 5572093. OLE color: 5572093.
HSL color Cylindrical-coordinate representation of color #FD0555: hue angle of 340.65º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0555 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 85 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.01 |
| HSL | 340.65º | 0.98% | 0.51% | - |
| HSV(B) | 340.65º | 0.98% | 0.99% | - |
| XYZ | 42.2 | 21.65 | 10.55 | - |
| YUV | 88.27 | 126.16 | 245.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 85 | 0 | 0.98 | 0.66 | 0.01 | 340.65 | 0.98 | 0.51 |
| Hex | FD | 5 | 55 | 0 | 62 | 42 | 1 | 155 | 62 | 33 |
| Octal | 375 | 5 | 125 | 0 | 142 | 102 | 1 | 525 | 142 | 63 |
| Binary | 11111101 | 101 | 1010101 | 0 | 1100010 | 1000010 | 1 | 101010101 | 1100010 | 110011 |
Color Harmonies of #FD0555
Complementary color
Monochromatic Colors of #FD0555
Black with #FD0555
Text Example
Text Example
White with #FD0555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0555; }
p { color: rgb(253,5,85); }
H1.HeaderClassName
{
color: #FD0555;
}
.AnyTagClassName
{
color: #FD0555;
}
</style>
background-color css
<style>
a { background-color: #FD0555; }
a { background-color: rgb(253,5,85); }
div.DivClassName
{
background-color: #FD0555;
}
.BgClassName
{
background-color: #FD0555;
}
</style>
border-color css
<style>
span { border-color: #FD0555; }
span { border-color: rgb(253,5,85); }
td.TdClassName
{
border-color: #FD0555;
}
.TagClassName
{
border-color: #FD0555;
}
</style>