Shades of Razzmatazz #FD0256
Tints of Razzmatazz #FD0256
RGB
CMYK
RGB Variations
Color information
#FD0256 (or 0xFD0256) is known color: Razzmatazz. HEX triplet: FD, 02 and 56. RGB value is (253,2,86). Sum of RGB (Red+Green+Blue) = 253+2+86=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0256 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0256 is #02FDA9. Grayscale: #565656. Windows color (decimal): -196010 or 5636861. OLE color: 5636861.
HSL color Cylindrical-coordinate representation of color #FD0256: hue angle of 339.92º 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 #FD0256 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.01 |
| HSL | 339.92º | 0.98% | 0.5% | - |
| HSV(B) | 339.92º | 0.99% | 0.99% | - |
| XYZ | 42.21 | 21.6 | 10.75 | - |
| YUV | 86.63 | 127.66 | 246.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 86 | 0 | 0.99 | 0.66 | 0.01 | 339.92 | 0.98 | 0.5 |
| Hex | FD | 2 | 56 | 0 | 63 | 42 | 1 | 154 | 62 | 32 |
| Octal | 375 | 2 | 126 | 0 | 143 | 102 | 1 | 524 | 142 | 62 |
| Binary | 11111101 | 10 | 1010110 | 0 | 1100011 | 1000010 | 1 | 101010100 | 1100010 | 110010 |
Color Harmonies of #FD0256
Complementary color
Monochromatic Colors of #FD0256
Black with #FD0256
Text Example
Text Example
White with #FD0256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0256; }
p { color: rgb(253,2,86); }
H1.HeaderClassName
{
color: #FD0256;
}
.AnyTagClassName
{
color: #FD0256;
}
</style>
background-color css
<style>
a { background-color: #FD0256; }
a { background-color: rgb(253,2,86); }
div.DivClassName
{
background-color: #FD0256;
}
.BgClassName
{
background-color: #FD0256;
}
</style>
border-color css
<style>
span { border-color: #FD0256; }
span { border-color: rgb(253,2,86); }
td.TdClassName
{
border-color: #FD0256;
}
.TagClassName
{
border-color: #FD0256;
}
</style>