Shades of Razzmatazz #FD0756
Tints of Razzmatazz #FD0756
RGB
CMYK
RGB Variations
Color information
#FD0756 (or 0xFD0756) is known color: Razzmatazz. HEX triplet: FD, 07 and 56. RGB value is (253,7,86). Sum of RGB (Red+Green+Blue) = 253+7+86=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0756 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0756 is #02F8A9. Grayscale: #595959. Windows color (decimal): -194730 or 5638141. OLE color: 5638141.
HSL color Cylindrical-coordinate representation of color #FD0756: hue angle of 340.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD0756 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 7 | 86 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.01 |
| HSL | 340.73º | 0.98% | 0.51% | - |
| HSV(B) | 340.73º | 0.97% | 0.99% | - |
| XYZ | 42.26 | 21.71 | 10.77 | - |
| YUV | 89.56 | 126 | 244.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 7 | 86 | 0 | 0.97 | 0.66 | 0.01 | 340.73 | 0.98 | 0.51 |
| Hex | FD | 7 | 56 | 0 | 61 | 42 | 1 | 155 | 62 | 33 |
| Octal | 375 | 7 | 126 | 0 | 141 | 102 | 1 | 525 | 142 | 63 |
| Binary | 11111101 | 111 | 1010110 | 0 | 1100001 | 1000010 | 1 | 101010101 | 1100010 | 110011 |
Color Harmonies of #FD0756
Complementary color
Monochromatic Colors of #FD0756
Black with #FD0756
Text Example
Text Example
White with #FD0756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0756; }
p { color: rgb(253,7,86); }
H1.HeaderClassName
{
color: #FD0756;
}
.AnyTagClassName
{
color: #FD0756;
}
</style>
background-color css
<style>
a { background-color: #FD0756; }
a { background-color: rgb(253,7,86); }
div.DivClassName
{
background-color: #FD0756;
}
.BgClassName
{
background-color: #FD0756;
}
</style>
border-color css
<style>
span { border-color: #FD0756; }
span { border-color: rgb(253,7,86); }
td.TdClassName
{
border-color: #FD0756;
}
.TagClassName
{
border-color: #FD0756;
}
</style>