Shades of Razzmatazz #FC1352
Tints of Razzmatazz #FC1352
RGB
CMYK
RGB Variations
Color information
#FC1352 (or 0xFC1352) is known color: Razzmatazz. HEX triplet: FC, 13 and 52. RGB value is (252,19,82). Sum of RGB (Red+Green+Blue) = 252+19+82=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1352 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1352 is #03ECAD. Grayscale: #5F5F5F. Windows color (decimal): -257198 or 5379068. OLE color: 5379068.
HSL color Cylindrical-coordinate representation of color #FC1352: hue angle of 343.78º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1352 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 82 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.01 |
| HSL | 343.78º | 0.97% | 0.53% | - |
| HSV(B) | 343.78º | 0.92% | 0.99% | - |
| XYZ | 41.9 | 21.77 | 9.98 | - |
| YUV | 95.85 | 120.19 | 239.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 82 | 0 | 0.92 | 0.67 | 0.01 | 343.78 | 0.97 | 0.53 |
| Hex | FC | 13 | 52 | 0 | 5C | 43 | 1 | 158 | 61 | 35 |
| Octal | 374 | 23 | 122 | 0 | 134 | 103 | 1 | 530 | 141 | 65 |
| Binary | 11111100 | 10011 | 1010010 | 0 | 1011100 | 1000011 | 1 | 101011000 | 1100001 | 110101 |
Color Harmonies of #FC1352
Complementary color
Monochromatic Colors of #FC1352
Black with #FC1352
Text Example
Text Example
White with #FC1352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1352; }
p { color: rgb(252,19,82); }
H1.HeaderClassName
{
color: #FC1352;
}
.AnyTagClassName
{
color: #FC1352;
}
</style>
background-color css
<style>
a { background-color: #FC1352; }
a { background-color: rgb(252,19,82); }
div.DivClassName
{
background-color: #FC1352;
}
.BgClassName
{
background-color: #FC1352;
}
</style>
border-color css
<style>
span { border-color: #FC1352; }
span { border-color: rgb(252,19,82); }
td.TdClassName
{
border-color: #FC1352;
}
.TagClassName
{
border-color: #FC1352;
}
</style>