Shades of Razzmatazz #FD0356
Tints of Razzmatazz #FD0356
RGB
CMYK
RGB Variations
Color information
#FD0356 (or 0xFD0356) is known color: Razzmatazz. HEX triplet: FD, 03 and 56. RGB value is (253,3,86). Sum of RGB (Red+Green+Blue) = 253+3+86=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0356 is #02FCA9. Grayscale: #575757. Windows color (decimal): -195754 or 5637117. OLE color: 5637117.
HSL color Cylindrical-coordinate representation of color #FD0356: hue angle of 340.08º 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 #FD0356 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 86 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.01 |
| HSL | 340.08º | 0.98% | 0.5% | - |
| HSV(B) | 340.08º | 0.99% | 0.99% | - |
| XYZ | 42.22 | 21.62 | 10.75 | - |
| YUV | 87.21 | 127.33 | 246.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 86 | 0 | 0.99 | 0.66 | 0.01 | 340.08 | 0.98 | 0.5 |
| Hex | FD | 3 | 56 | 0 | 63 | 42 | 1 | 154 | 62 | 32 |
| Octal | 375 | 3 | 126 | 0 | 143 | 102 | 1 | 524 | 142 | 62 |
| Binary | 11111101 | 11 | 1010110 | 0 | 1100011 | 1000010 | 1 | 101010100 | 1100010 | 110010 |
Color Harmonies of #FD0356
Complementary color
Monochromatic Colors of #FD0356
Black with #FD0356
Text Example
Text Example
White with #FD0356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0356; }
p { color: rgb(253,3,86); }
H1.HeaderClassName
{
color: #FD0356;
}
.AnyTagClassName
{
color: #FD0356;
}
</style>
background-color css
<style>
a { background-color: #FD0356; }
a { background-color: rgb(253,3,86); }
div.DivClassName
{
background-color: #FD0356;
}
.BgClassName
{
background-color: #FD0356;
}
</style>
border-color css
<style>
span { border-color: #FD0356; }
span { border-color: rgb(253,3,86); }
td.TdClassName
{
border-color: #FD0356;
}
.TagClassName
{
border-color: #FD0356;
}
</style>