Shades of Razzmatazz #FD0656
Tints of Razzmatazz #FD0656
RGB
CMYK
RGB Variations
Color information
#FD0656 (or 0xFD0656) is known color: Razzmatazz. HEX triplet: FD, 06 and 56. RGB value is (253,6,86). Sum of RGB (Red+Green+Blue) = 253+6+86=345 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.33% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0656 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0656 is #02F9A9. Grayscale: #585858. Windows color (decimal): -194986 or 5637885. OLE color: 5637885.
HSL color Cylindrical-coordinate representation of color #FD0656: hue angle of 340.57º 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 #FD0656 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 86 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.01 |
| HSL | 340.57º | 0.98% | 0.51% | - |
| HSV(B) | 340.57º | 0.98% | 0.99% | - |
| XYZ | 42.25 | 21.68 | 10.76 | - |
| YUV | 88.97 | 126.33 | 245 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 86 | 0 | 0.98 | 0.66 | 0.01 | 340.57 | 0.98 | 0.51 |
| Hex | FD | 6 | 56 | 0 | 62 | 42 | 1 | 155 | 62 | 33 |
| Octal | 375 | 6 | 126 | 0 | 142 | 102 | 1 | 525 | 142 | 63 |
| Binary | 11111101 | 110 | 1010110 | 0 | 1100010 | 1000010 | 1 | 101010101 | 1100010 | 110011 |
Color Harmonies of #FD0656
Complementary color
Monochromatic Colors of #FD0656
Black with #FD0656
Text Example
Text Example
White with #FD0656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0656; }
p { color: rgb(253,6,86); }
H1.HeaderClassName
{
color: #FD0656;
}
.AnyTagClassName
{
color: #FD0656;
}
</style>
background-color css
<style>
a { background-color: #FD0656; }
a { background-color: rgb(253,6,86); }
div.DivClassName
{
background-color: #FD0656;
}
.BgClassName
{
background-color: #FD0656;
}
</style>
border-color css
<style>
span { border-color: #FD0656; }
span { border-color: rgb(253,6,86); }
td.TdClassName
{
border-color: #FD0656;
}
.TagClassName
{
border-color: #FD0656;
}
</style>