Shades of Razzmatazz #FC016C
Tints of Razzmatazz #FC016C
RGB
CMYK
RGB Variations
Color information
#FC016C (or 0xFC016C) is known color: Razzmatazz. HEX triplet: FC, 01 and 6C. RGB value is (252,1,108). Sum of RGB (Red+Green+Blue) = 252+1+108=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC016C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC016C is #03FE93. Grayscale: #585858. Windows color (decimal): -261780 or 7078396. OLE color: 7078396.
HSL color Cylindrical-coordinate representation of color #FC016C: hue angle of 334.42º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC016C is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 108 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.01 |
| HSL | 334.42º | 0.99% | 0.5% | - |
| HSV(B) | 334.42º | 1% | 0.99% | - |
| XYZ | 42.86 | 21.8 | 16.14 | - |
| YUV | 88.25 | 139.16 | 244.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 108 | 0 | 1.00 | 0.57 | 0.01 | 334.42 | 0.99 | 0.5 |
| Hex | FC | 1 | 6C | 0 | 64 | 39 | 1 | 14E | 63 | 32 |
| Octal | 374 | 1 | 154 | 0 | 144 | 71 | 1 | 516 | 143 | 62 |
| Binary | 11111100 | 1 | 1101100 | 0 | 1100100 | 111001 | 1 | 101001110 | 1100011 | 110010 |
Color Harmonies of #FC016C
Complementary color
Monochromatic Colors of #FC016C
Black with #FC016C
Text Example
Text Example
White with #FC016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC016C; }
p { color: rgb(252,1,108); }
H1.HeaderClassName
{
color: #FC016C;
}
.AnyTagClassName
{
color: #FC016C;
}
</style>
background-color css
<style>
a { background-color: #FC016C; }
a { background-color: rgb(252,1,108); }
div.DivClassName
{
background-color: #FC016C;
}
.BgClassName
{
background-color: #FC016C;
}
</style>
border-color css
<style>
span { border-color: #FC016C; }
span { border-color: rgb(252,1,108); }
td.TdClassName
{
border-color: #FC016C;
}
.TagClassName
{
border-color: #FC016C;
}
</style>