Shades of Razzmatazz #FC1552
Tints of Razzmatazz #FC1552
RGB
CMYK
RGB Variations
Color information
#FC1552 (or 0xFC1552) is known color: Razzmatazz. HEX triplet: FC, 15 and 52. RGB value is (252,21,82). Sum of RGB (Red+Green+Blue) = 252+21+82=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1552 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1552 is #03EAAD. Grayscale: #616161. Windows color (decimal): -256686 or 5379580. OLE color: 5379580.
HSL color Cylindrical-coordinate representation of color #FC1552: hue angle of 344.16º 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 #FC1552 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 82 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.01 |
| HSL | 344.16º | 0.97% | 0.54% | - |
| HSV(B) | 344.16º | 0.92% | 0.99% | - |
| XYZ | 41.94 | 21.84 | 9.99 | - |
| YUV | 97.02 | 119.53 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 82 | 0 | 0.92 | 0.67 | 0.01 | 344.16 | 0.97 | 0.54 |
| Hex | FC | 15 | 52 | 0 | 5C | 43 | 1 | 158 | 61 | 36 |
| Octal | 374 | 25 | 122 | 0 | 134 | 103 | 1 | 530 | 141 | 66 |
| Binary | 11111100 | 10101 | 1010010 | 0 | 1011100 | 1000011 | 1 | 101011000 | 1100001 | 110110 |
Color Harmonies of #FC1552
Complementary color
Monochromatic Colors of #FC1552
Black with #FC1552
Text Example
Text Example
White with #FC1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1552; }
p { color: rgb(252,21,82); }
H1.HeaderClassName
{
color: #FC1552;
}
.AnyTagClassName
{
color: #FC1552;
}
</style>
background-color css
<style>
a { background-color: #FC1552; }
a { background-color: rgb(252,21,82); }
div.DivClassName
{
background-color: #FC1552;
}
.BgClassName
{
background-color: #FC1552;
}
</style>
border-color css
<style>
span { border-color: #FC1552; }
span { border-color: rgb(252,21,82); }
td.TdClassName
{
border-color: #FC1552;
}
.TagClassName
{
border-color: #FC1552;
}
</style>