Shades of Razzmatazz #FC1566
Tints of Razzmatazz #FC1566
RGB
CMYK
RGB Variations
Color information
#FC1566 (or 0xFC1566) is known color: Razzmatazz. HEX triplet: FC, 15 and 66. RGB value is (252,21,102). Sum of RGB (Red+Green+Blue) = 252+21+102=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1566 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1566 is #03EA99. Grayscale: #636363. Windows color (decimal): -256666 or 6690300. OLE color: 6690300.
HSL color Cylindrical-coordinate representation of color #FC1566: hue angle of 338.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1566 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 102 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.01 |
| HSL | 338.96º | 0.97% | 0.54% | - |
| HSV(B) | 338.96º | 0.92% | 0.99% | - |
| XYZ | 42.81 | 22.19 | 14.6 | - |
| YUV | 99.3 | 129.53 | 236.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 102 | 0 | 0.92 | 0.60 | 0.01 | 338.96 | 0.97 | 0.54 |
| Hex | FC | 15 | 66 | 0 | 5C | 3C | 1 | 153 | 61 | 36 |
| Octal | 374 | 25 | 146 | 0 | 134 | 74 | 1 | 523 | 141 | 66 |
| Binary | 11111100 | 10101 | 1100110 | 0 | 1011100 | 111100 | 1 | 101010011 | 1100001 | 110110 |
Color Harmonies of #FC1566
Complementary color
Monochromatic Colors of #FC1566
Black with #FC1566
Text Example
Text Example
White with #FC1566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1566; }
p { color: rgb(252,21,102); }
H1.HeaderClassName
{
color: #FC1566;
}
.AnyTagClassName
{
color: #FC1566;
}
</style>
background-color css
<style>
a { background-color: #FC1566; }
a { background-color: rgb(252,21,102); }
div.DivClassName
{
background-color: #FC1566;
}
.BgClassName
{
background-color: #FC1566;
}
</style>
border-color css
<style>
span { border-color: #FC1566; }
span { border-color: rgb(252,21,102); }
td.TdClassName
{
border-color: #FC1566;
}
.TagClassName
{
border-color: #FC1566;
}
</style>