Shades of Razzmatazz #FC1553
Tints of Razzmatazz #FC1553
RGB
CMYK
RGB Variations
Color information
#FC1553 (or 0xFC1553) is known color: Razzmatazz. HEX triplet: FC, 15 and 53. RGB value is (252,21,83). Sum of RGB (Red+Green+Blue) = 252+21+83=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1553 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1553 is #03EAAC. Grayscale: #616161. Windows color (decimal): -256685 or 5445116. OLE color: 5445116.
HSL color Cylindrical-coordinate representation of color #FC1553: hue angle of 343.9º 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 #FC1553 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 83 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.01 |
| HSL | 343.9º | 0.97% | 0.54% | - |
| HSV(B) | 343.9º | 0.92% | 0.99% | - |
| XYZ | 41.97 | 21.86 | 10.19 | - |
| YUV | 97.14 | 120.03 | 238.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 83 | 0 | 0.92 | 0.67 | 0.01 | 343.9 | 0.97 | 0.54 |
| Hex | FC | 15 | 53 | 0 | 5C | 43 | 1 | 158 | 61 | 36 |
| Octal | 374 | 25 | 123 | 0 | 134 | 103 | 1 | 530 | 141 | 66 |
| Binary | 11111100 | 10101 | 1010011 | 0 | 1011100 | 1000011 | 1 | 101011000 | 1100001 | 110110 |
Color Harmonies of #FC1553
Complementary color
Monochromatic Colors of #FC1553
Black with #FC1553
Text Example
Text Example
White with #FC1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1553; }
p { color: rgb(252,21,83); }
H1.HeaderClassName
{
color: #FC1553;
}
.AnyTagClassName
{
color: #FC1553;
}
</style>
background-color css
<style>
a { background-color: #FC1553; }
a { background-color: rgb(252,21,83); }
div.DivClassName
{
background-color: #FC1553;
}
.BgClassName
{
background-color: #FC1553;
}
</style>
border-color css
<style>
span { border-color: #FC1553; }
span { border-color: rgb(252,21,83); }
td.TdClassName
{
border-color: #FC1553;
}
.TagClassName
{
border-color: #FC1553;
}
</style>