Shades of Razzmatazz #FC036D
Tints of Razzmatazz #FC036D
RGB
CMYK
RGB Variations
Color information
#FC036D (or 0xFC036D) is known color: Razzmatazz. HEX triplet: FC, 03 and 6D. RGB value is (252,3,109). Sum of RGB (Red+Green+Blue) = 252+3+109=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC036D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC036D is #03FC92. Grayscale: #595959. Windows color (decimal): -261267 or 7144444. OLE color: 7144444.
HSL color Cylindrical-coordinate representation of color #FC036D: hue angle of 334.46º 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 #FC036D is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 109 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.01 |
| HSL | 334.46º | 0.98% | 0.5% | - |
| HSV(B) | 334.46º | 0.99% | 0.99% | - |
| XYZ | 42.94 | 21.86 | 16.43 | - |
| YUV | 89.54 | 138.99 | 243.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 109 | 0 | 0.99 | 0.57 | 0.01 | 334.46 | 0.98 | 0.5 |
| Hex | FC | 3 | 6D | 0 | 63 | 39 | 1 | 14E | 62 | 32 |
| Octal | 374 | 3 | 155 | 0 | 143 | 71 | 1 | 516 | 142 | 62 |
| Binary | 11111100 | 11 | 1101101 | 0 | 1100011 | 111001 | 1 | 101001110 | 1100010 | 110010 |
Color Harmonies of #FC036D
Complementary color
Monochromatic Colors of #FC036D
Black with #FC036D
Text Example
Text Example
White with #FC036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC036D; }
p { color: rgb(252,3,109); }
H1.HeaderClassName
{
color: #FC036D;
}
.AnyTagClassName
{
color: #FC036D;
}
</style>
background-color css
<style>
a { background-color: #FC036D; }
a { background-color: rgb(252,3,109); }
div.DivClassName
{
background-color: #FC036D;
}
.BgClassName
{
background-color: #FC036D;
}
</style>
border-color css
<style>
span { border-color: #FC036D; }
span { border-color: rgb(252,3,109); }
td.TdClassName
{
border-color: #FC036D;
}
.TagClassName
{
border-color: #FC036D;
}
</style>