Shades of Razzmatazz #FC1153
Tints of Razzmatazz #FC1153
RGB
CMYK
RGB Variations
Color information
#FC1153 (or 0xFC1153) is known color: Razzmatazz. HEX triplet: FC, 11 and 53. RGB value is (252,17,83). Sum of RGB (Red+Green+Blue) = 252+17+83=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1153 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1153 is #03EEAC. Grayscale: #5E5E5E. Windows color (decimal): -257709 or 5444092. OLE color: 5444092.
HSL color Cylindrical-coordinate representation of color #FC1153: hue angle of 343.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1153 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 83 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.01 |
| HSL | 343.15º | 0.98% | 0.53% | - |
| HSV(B) | 343.15º | 0.93% | 0.99% | - |
| XYZ | 41.91 | 21.72 | 10.17 | - |
| YUV | 94.79 | 121.36 | 240.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 83 | 0 | 0.93 | 0.67 | 0.01 | 343.15 | 0.98 | 0.53 |
| Hex | FC | 11 | 53 | 0 | 5D | 43 | 1 | 157 | 62 | 35 |
| Octal | 374 | 21 | 123 | 0 | 135 | 103 | 1 | 527 | 142 | 65 |
| Binary | 11111100 | 10001 | 1010011 | 0 | 1011101 | 1000011 | 1 | 101010111 | 1100010 | 110101 |
Color Harmonies of #FC1153
Complementary color
Monochromatic Colors of #FC1153
Black with #FC1153
Text Example
Text Example
White with #FC1153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1153; }
p { color: rgb(252,17,83); }
H1.HeaderClassName
{
color: #FC1153;
}
.AnyTagClassName
{
color: #FC1153;
}
</style>
background-color css
<style>
a { background-color: #FC1153; }
a { background-color: rgb(252,17,83); }
div.DivClassName
{
background-color: #FC1153;
}
.BgClassName
{
background-color: #FC1153;
}
</style>
border-color css
<style>
span { border-color: #FC1153; }
span { border-color: rgb(252,17,83); }
td.TdClassName
{
border-color: #FC1153;
}
.TagClassName
{
border-color: #FC1153;
}
</style>