Shades of Razzmatazz #FD0260
Tints of Razzmatazz #FD0260
RGB
CMYK
RGB Variations
Color information
#FD0260 (or 0xFD0260) is known color: Razzmatazz. HEX triplet: FD, 02 and 60. RGB value is (253,2,96). Sum of RGB (Red+Green+Blue) = 253+2+96=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0260 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0260 is #02FD9F. Grayscale: #575757. Windows color (decimal): -196000 or 6292221. OLE color: 6292221.
HSL color Cylindrical-coordinate representation of color #FD0260: hue angle of 337.53º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0260 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 96 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.01 |
| HSL | 337.53º | 0.98% | 0.5% | - |
| HSV(B) | 337.53º | 0.99% | 0.99% | - |
| XYZ | 42.64 | 21.77 | 13.02 | - |
| YUV | 87.77 | 132.66 | 245.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 96 | 0 | 0.99 | 0.62 | 0.01 | 337.53 | 0.98 | 0.5 |
| Hex | FD | 2 | 60 | 0 | 63 | 3E | 1 | 152 | 62 | 32 |
| Octal | 375 | 2 | 140 | 0 | 143 | 76 | 1 | 522 | 142 | 62 |
| Binary | 11111101 | 10 | 1100000 | 0 | 1100011 | 111110 | 1 | 101010010 | 1100010 | 110010 |
Color Harmonies of #FD0260
Complementary color
Monochromatic Colors of #FD0260
Black with #FD0260
Text Example
Text Example
White with #FD0260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0260; }
p { color: rgb(253,2,96); }
H1.HeaderClassName
{
color: #FD0260;
}
.AnyTagClassName
{
color: #FD0260;
}
</style>
background-color css
<style>
a { background-color: #FD0260; }
a { background-color: rgb(253,2,96); }
div.DivClassName
{
background-color: #FD0260;
}
.BgClassName
{
background-color: #FD0260;
}
</style>
border-color css
<style>
span { border-color: #FD0260; }
span { border-color: rgb(253,2,96); }
td.TdClassName
{
border-color: #FD0260;
}
.TagClassName
{
border-color: #FD0260;
}
</style>