Shades of Razzmatazz #FD0450
Tints of Razzmatazz #FD0450
RGB
CMYK
RGB Variations
Color information
#FD0450 (or 0xFD0450) is known color: Razzmatazz. HEX triplet: FD, 04 and 50. RGB value is (253,4,80). Sum of RGB (Red+Green+Blue) = 253+4+80=337 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.07% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0450 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0450 is #02FBAF. Grayscale: #575757. Windows color (decimal): -195504 or 5244157. OLE color: 5244157.
HSL color Cylindrical-coordinate representation of color #FD0450: hue angle of 341.69º 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 #FD0450 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 80 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.01 |
| HSL | 341.69º | 0.98% | 0.5% | - |
| HSV(B) | 341.69º | 0.98% | 0.99% | - |
| XYZ | 42 | 21.55 | 9.54 | - |
| YUV | 87.12 | 123.99 | 246.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 80 | 0 | 0.98 | 0.68 | 0.01 | 341.69 | 0.98 | 0.5 |
| Hex | FD | 4 | 50 | 0 | 62 | 44 | 1 | 156 | 62 | 32 |
| Octal | 375 | 4 | 120 | 0 | 142 | 104 | 1 | 526 | 142 | 62 |
| Binary | 11111101 | 100 | 1010000 | 0 | 1100010 | 1000100 | 1 | 101010110 | 1100010 | 110010 |
Color Harmonies of #FD0450
Complementary color
Monochromatic Colors of #FD0450
Black with #FD0450
Text Example
Text Example
White with #FD0450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0450; }
p { color: rgb(253,4,80); }
H1.HeaderClassName
{
color: #FD0450;
}
.AnyTagClassName
{
color: #FD0450;
}
</style>
background-color css
<style>
a { background-color: #FD0450; }
a { background-color: rgb(253,4,80); }
div.DivClassName
{
background-color: #FD0450;
}
.BgClassName
{
background-color: #FD0450;
}
</style>
border-color css
<style>
span { border-color: #FD0450; }
span { border-color: rgb(253,4,80); }
td.TdClassName
{
border-color: #FD0450;
}
.TagClassName
{
border-color: #FD0450;
}
</style>