Shades of Razzmatazz #FD0550
Tints of Razzmatazz #FD0550
RGB
CMYK
RGB Variations
Color information
#FD0550 (or 0xFD0550) is known color: Razzmatazz. HEX triplet: FD, 05 and 50. RGB value is (253,5,80). Sum of RGB (Red+Green+Blue) = 253+5+80=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0550 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0550 is #02FAAF. Grayscale: #575757. Windows color (decimal): -195248 or 5244413. OLE color: 5244413.
HSL color Cylindrical-coordinate representation of color #FD0550: hue angle of 341.85º 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 #FD0550 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 80 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.01 |
| HSL | 341.85º | 0.98% | 0.51% | - |
| HSV(B) | 341.85º | 0.98% | 0.99% | - |
| XYZ | 42.01 | 21.57 | 9.54 | - |
| YUV | 87.7 | 123.66 | 245.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 80 | 0 | 0.98 | 0.68 | 0.01 | 341.85 | 0.98 | 0.51 |
| Hex | FD | 5 | 50 | 0 | 62 | 44 | 1 | 156 | 62 | 33 |
| Octal | 375 | 5 | 120 | 0 | 142 | 104 | 1 | 526 | 142 | 63 |
| Binary | 11111101 | 101 | 1010000 | 0 | 1100010 | 1000100 | 1 | 101010110 | 1100010 | 110011 |
Color Harmonies of #FD0550
Complementary color
Monochromatic Colors of #FD0550
Black with #FD0550
Text Example
Text Example
White with #FD0550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0550; }
p { color: rgb(253,5,80); }
H1.HeaderClassName
{
color: #FD0550;
}
.AnyTagClassName
{
color: #FD0550;
}
</style>
background-color css
<style>
a { background-color: #FD0550; }
a { background-color: rgb(253,5,80); }
div.DivClassName
{
background-color: #FD0550;
}
.BgClassName
{
background-color: #FD0550;
}
</style>
border-color css
<style>
span { border-color: #FD0550; }
span { border-color: rgb(253,5,80); }
td.TdClassName
{
border-color: #FD0550;
}
.TagClassName
{
border-color: #FD0550;
}
</style>