Shades of Razzmatazz #FC1668
Tints of Razzmatazz #FC1668
RGB
CMYK
RGB Variations
Color information
#FC1668 (or 0xFC1668) is known color: Razzmatazz. HEX triplet: FC, 16 and 68. RGB value is (252,22,104). Sum of RGB (Red+Green+Blue) = 252+22+104=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1668 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1668 is #03E997. Grayscale: #646464. Windows color (decimal): -256408 or 6821628. OLE color: 6821628.
HSL color Cylindrical-coordinate representation of color #FC1668: hue angle of 338.61º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1668 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 104 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.01 |
| HSL | 338.61º | 0.97% | 0.54% | - |
| HSV(B) | 338.61º | 0.91% | 0.99% | - |
| XYZ | 42.93 | 22.27 | 15.13 | - |
| YUV | 100.12 | 130.2 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 104 | 0 | 0.91 | 0.59 | 0.01 | 338.61 | 0.97 | 0.54 |
| Hex | FC | 16 | 68 | 0 | 5B | 3B | 1 | 153 | 61 | 36 |
| Octal | 374 | 26 | 150 | 0 | 133 | 73 | 1 | 523 | 141 | 66 |
| Binary | 11111100 | 10110 | 1101000 | 0 | 1011011 | 111011 | 1 | 101010011 | 1100001 | 110110 |
Color Harmonies of #FC1668
Complementary color
Monochromatic Colors of #FC1668
Black with #FC1668
Text Example
Text Example
White with #FC1668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1668; }
p { color: rgb(252,22,104); }
H1.HeaderClassName
{
color: #FC1668;
}
.AnyTagClassName
{
color: #FC1668;
}
</style>
background-color css
<style>
a { background-color: #FC1668; }
a { background-color: rgb(252,22,104); }
div.DivClassName
{
background-color: #FC1668;
}
.BgClassName
{
background-color: #FC1668;
}
</style>
border-color css
<style>
span { border-color: #FC1668; }
span { border-color: rgb(252,22,104); }
td.TdClassName
{
border-color: #FC1668;
}
.TagClassName
{
border-color: #FC1668;
}
</style>