Shades of Razzmatazz #FD036C
Tints of Razzmatazz #FD036C
RGB
CMYK
RGB Variations
Color information
#FD036C (or 0xFD036C) is known color: Razzmatazz. HEX triplet: FD, 03 and 6C. RGB value is (253,3,108). Sum of RGB (Red+Green+Blue) = 253+3+108=364 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.51% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 253 - color contains mainly: red. Hex color #FD036C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD036C is #02FC93. Grayscale: #595959. Windows color (decimal): -195732 or 7078909. OLE color: 7078909.
HSL color Cylindrical-coordinate representation of color #FD036C: hue angle of 334.8º 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 #FD036C is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 108 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.01 |
| HSL | 334.8º | 0.98% | 0.5% | - |
| HSV(B) | 334.8º | 0.99% | 0.99% | - |
| XYZ | 43.25 | 22.03 | 16.16 | - |
| YUV | 89.72 | 138.33 | 244.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 108 | 0 | 0.99 | 0.57 | 0.01 | 334.8 | 0.98 | 0.5 |
| Hex | FD | 3 | 6C | 0 | 63 | 39 | 1 | 14F | 62 | 32 |
| Octal | 375 | 3 | 154 | 0 | 143 | 71 | 1 | 517 | 142 | 62 |
| Binary | 11111101 | 11 | 1101100 | 0 | 1100011 | 111001 | 1 | 101001111 | 1100010 | 110010 |
Color Harmonies of #FD036C
Complementary color
Monochromatic Colors of #FD036C
Black with #FD036C
Text Example
Text Example
White with #FD036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD036C; }
p { color: rgb(253,3,108); }
H1.HeaderClassName
{
color: #FD036C;
}
.AnyTagClassName
{
color: #FD036C;
}
</style>
background-color css
<style>
a { background-color: #FD036C; }
a { background-color: rgb(253,3,108); }
div.DivClassName
{
background-color: #FD036C;
}
.BgClassName
{
background-color: #FD036C;
}
</style>
border-color css
<style>
span { border-color: #FD036C; }
span { border-color: rgb(253,3,108); }
td.TdClassName
{
border-color: #FD036C;
}
.TagClassName
{
border-color: #FD036C;
}
</style>