Shades of Razzmatazz #FC006C
Tints of Razzmatazz #FC006C
RGB
CMYK
RGB Variations
Color information
#FC006C (or 0xFC006C) is known color: Razzmatazz. HEX triplet: FC, 00 and 6C. RGB value is (252,0,108). Sum of RGB (Red+Green+Blue) = 252+0+108=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC006C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC006C is #03FF93. Grayscale: #575757. Windows color (decimal): -262036 or 7078140. OLE color: 7078140.
HSL color Cylindrical-coordinate representation of color #FC006C: hue angle of 334.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC006C is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.57 | 0.01 |
| HSL | 334.29º | 1% | 0.49% | - |
| HSV(B) | 334.29º | 1% | 0.99% | - |
| XYZ | 42.85 | 21.78 | 16.13 | - |
| YUV | 87.66 | 139.49 | 245.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 108 | 0 | 1 | 0.57 | 0.01 | 334.29 | 1 | 0.49 |
| Hex | FC | 0 | 6C | 0 | 64 | 39 | 1 | 14E | 64 | 31 |
| Octal | 374 | 0 | 154 | 0 | 144 | 71 | 1 | 516 | 144 | 61 |
| Binary | 11111100 | 0 | 1101100 | 0 | 1100100 | 111001 | 1 | 101001110 | 1100100 | 110001 |
Color Harmonies of #FC006C
Complementary color
Monochromatic Colors of #FC006C
Black with #FC006C
Text Example
Text Example
White with #FC006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC006C; }
p { color: rgb(252,0,108); }
H1.HeaderClassName
{
color: #FC006C;
}
.AnyTagClassName
{
color: #FC006C;
}
</style>
background-color css
<style>
a { background-color: #FC006C; }
a { background-color: rgb(252,0,108); }
div.DivClassName
{
background-color: #FC006C;
}
.BgClassName
{
background-color: #FC006C;
}
</style>
border-color css
<style>
span { border-color: #FC006C; }
span { border-color: rgb(252,0,108); }
td.TdClassName
{
border-color: #FC006C;
}
.TagClassName
{
border-color: #FC006C;
}
</style>