Shades of Razzmatazz #FC0068
Tints of Razzmatazz #FC0068
RGB
CMYK
RGB Variations
Color information
#FC0068 (or 0xFC0068) is known color: Razzmatazz. HEX triplet: FC, 00 and 68. RGB value is (252,0,104). Sum of RGB (Red+Green+Blue) = 252+0+104=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0068 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0068 is #03FF97. Grayscale: #575757. Windows color (decimal): -262040 or 6815996. OLE color: 6815996.
HSL color Cylindrical-coordinate representation of color #FC0068: hue angle of 335.24º 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 #FC0068 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 104 | - |
| CMYK | 0 | 1 | 0.59 | 0.01 |
| HSL | 335.24º | 1% | 0.49% | - |
| HSV(B) | 335.24º | 1% | 0.99% | - |
| XYZ | 42.64 | 21.69 | 15.04 | - |
| YUV | 87.2 | 137.49 | 245.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 104 | 0 | 1 | 0.59 | 0.01 | 335.24 | 1 | 0.49 |
| Hex | FC | 0 | 68 | 0 | 64 | 3B | 1 | 14F | 64 | 31 |
| Octal | 374 | 0 | 150 | 0 | 144 | 73 | 1 | 517 | 144 | 61 |
| Binary | 11111100 | 0 | 1101000 | 0 | 1100100 | 111011 | 1 | 101001111 | 1100100 | 110001 |
Color Harmonies of #FC0068
Complementary color
Monochromatic Colors of #FC0068
Black with #FC0068
Text Example
Text Example
White with #FC0068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0068; }
p { color: rgb(252,0,104); }
H1.HeaderClassName
{
color: #FC0068;
}
.AnyTagClassName
{
color: #FC0068;
}
</style>
background-color css
<style>
a { background-color: #FC0068; }
a { background-color: rgb(252,0,104); }
div.DivClassName
{
background-color: #FC0068;
}
.BgClassName
{
background-color: #FC0068;
}
</style>
border-color css
<style>
span { border-color: #FC0068; }
span { border-color: rgb(252,0,104); }
td.TdClassName
{
border-color: #FC0068;
}
.TagClassName
{
border-color: #FC0068;
}
</style>