Shades of Razzmatazz #FC036C
Tints of Razzmatazz #FC036C
RGB
CMYK
RGB Variations
Color information
#FC036C (or 0xFC036C) is known color: Razzmatazz. HEX triplet: FC, 03 and 6C. RGB value is (252,3,108). Sum of RGB (Red+Green+Blue) = 252+3+108=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC036C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC036C is #03FC93. Grayscale: #595959. Windows color (decimal): -261268 or 7078908. OLE color: 7078908.
HSL color Cylindrical-coordinate representation of color #FC036C: hue angle of 334.7º 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 #FC036C is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 108 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.01 |
| HSL | 334.7º | 0.98% | 0.5% | - |
| HSV(B) | 334.7º | 0.99% | 0.99% | - |
| XYZ | 42.88 | 21.84 | 16.14 | - |
| YUV | 89.42 | 138.49 | 243.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 108 | 0 | 0.99 | 0.57 | 0.01 | 334.7 | 0.98 | 0.5 |
| Hex | FC | 3 | 6C | 0 | 63 | 39 | 1 | 14F | 62 | 32 |
| Octal | 374 | 3 | 154 | 0 | 143 | 71 | 1 | 517 | 142 | 62 |
| Binary | 11111100 | 11 | 1101100 | 0 | 1100011 | 111001 | 1 | 101001111 | 1100010 | 110010 |
Color Harmonies of #FC036C
Complementary color
Monochromatic Colors of #FC036C
Black with #FC036C
Text Example
Text Example
White with #FC036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC036C; }
p { color: rgb(252,3,108); }
H1.HeaderClassName
{
color: #FC036C;
}
.AnyTagClassName
{
color: #FC036C;
}
</style>
background-color css
<style>
a { background-color: #FC036C; }
a { background-color: rgb(252,3,108); }
div.DivClassName
{
background-color: #FC036C;
}
.BgClassName
{
background-color: #FC036C;
}
</style>
border-color css
<style>
span { border-color: #FC036C; }
span { border-color: rgb(252,3,108); }
td.TdClassName
{
border-color: #FC036C;
}
.TagClassName
{
border-color: #FC036C;
}
</style>