Shades of Razzmatazz #FC1353
Tints of Razzmatazz #FC1353
RGB
CMYK
RGB Variations
Color information
#FC1353 (or 0xFC1353) is known color: Razzmatazz. HEX triplet: FC, 13 and 53. RGB value is (252,19,83). Sum of RGB (Red+Green+Blue) = 252+19+83=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1353 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1353 is #03ECAC. Grayscale: #5F5F5F. Windows color (decimal): -257197 or 5444604. OLE color: 5444604.
HSL color Cylindrical-coordinate representation of color #FC1353: hue angle of 343.52º 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 #FC1353 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 83 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.01 |
| HSL | 343.52º | 0.97% | 0.53% | - |
| HSV(B) | 343.52º | 0.92% | 0.99% | - |
| XYZ | 41.94 | 21.79 | 10.18 | - |
| YUV | 95.96 | 120.69 | 239.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 83 | 0 | 0.92 | 0.67 | 0.01 | 343.52 | 0.97 | 0.53 |
| Hex | FC | 13 | 53 | 0 | 5C | 43 | 1 | 158 | 61 | 35 |
| Octal | 374 | 23 | 123 | 0 | 134 | 103 | 1 | 530 | 141 | 65 |
| Binary | 11111100 | 10011 | 1010011 | 0 | 1011100 | 1000011 | 1 | 101011000 | 1100001 | 110101 |
Color Harmonies of #FC1353
Complementary color
Monochromatic Colors of #FC1353
Black with #FC1353
Text Example
Text Example
White with #FC1353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1353; }
p { color: rgb(252,19,83); }
H1.HeaderClassName
{
color: #FC1353;
}
.AnyTagClassName
{
color: #FC1353;
}
</style>
background-color css
<style>
a { background-color: #FC1353; }
a { background-color: rgb(252,19,83); }
div.DivClassName
{
background-color: #FC1353;
}
.BgClassName
{
background-color: #FC1353;
}
</style>
border-color css
<style>
span { border-color: #FC1353; }
span { border-color: rgb(252,19,83); }
td.TdClassName
{
border-color: #FC1353;
}
.TagClassName
{
border-color: #FC1353;
}
</style>