Shades of Razzmatazz #FD0460
Tints of Razzmatazz #FD0460
RGB
CMYK
RGB Variations
Color information
#FD0460 (or 0xFD0460) is known color: Razzmatazz. HEX triplet: FD, 04 and 60. RGB value is (253,4,96). Sum of RGB (Red+Green+Blue) = 253+4+96=353 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.67% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0460 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0460 is #02FB9F. Grayscale: #585858. Windows color (decimal): -195488 or 6292733. OLE color: 6292733.
HSL color Cylindrical-coordinate representation of color #FD0460: hue angle of 337.83º 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 #FD0460 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 96 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.01 |
| HSL | 337.83º | 0.98% | 0.5% | - |
| HSV(B) | 337.83º | 0.98% | 0.99% | - |
| XYZ | 42.66 | 21.81 | 13.03 | - |
| YUV | 88.94 | 131.99 | 245.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 96 | 0 | 0.98 | 0.62 | 0.01 | 337.83 | 0.98 | 0.5 |
| Hex | FD | 4 | 60 | 0 | 62 | 3E | 1 | 152 | 62 | 32 |
| Octal | 375 | 4 | 140 | 0 | 142 | 76 | 1 | 522 | 142 | 62 |
| Binary | 11111101 | 100 | 1100000 | 0 | 1100010 | 111110 | 1 | 101010010 | 1100010 | 110010 |
Color Harmonies of #FD0460
Complementary color
Monochromatic Colors of #FD0460
Black with #FD0460
Text Example
Text Example
White with #FD0460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0460; }
p { color: rgb(253,4,96); }
H1.HeaderClassName
{
color: #FD0460;
}
.AnyTagClassName
{
color: #FD0460;
}
</style>
background-color css
<style>
a { background-color: #FD0460; }
a { background-color: rgb(253,4,96); }
div.DivClassName
{
background-color: #FD0460;
}
.BgClassName
{
background-color: #FD0460;
}
</style>
border-color css
<style>
span { border-color: #FD0460; }
span { border-color: rgb(253,4,96); }
td.TdClassName
{
border-color: #FD0460;
}
.TagClassName
{
border-color: #FD0460;
}
</style>