Shades of Razzmatazz #FC175D
Tints of Razzmatazz #FC175D
RGB
CMYK
RGB Variations
Color information
#FC175D (or 0xFC175D) is known color: Razzmatazz. HEX triplet: FC, 17 and 5D. RGB value is (252,23,93). Sum of RGB (Red+Green+Blue) = 252+23+93=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC175D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC175D is #03E8A2. Grayscale: #636363. Windows color (decimal): -256163 or 6100988. OLE color: 6100988.
HSL color Cylindrical-coordinate representation of color #FC175D: hue angle of 341.66º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC175D is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 93 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.01 |
| HSL | 341.66º | 0.97% | 0.54% | - |
| HSV(B) | 341.66º | 0.91% | 0.99% | - |
| XYZ | 42.43 | 22.1 | 12.39 | - |
| YUV | 99.45 | 124.37 | 236.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 93 | 0 | 0.91 | 0.63 | 0.01 | 341.66 | 0.97 | 0.54 |
| Hex | FC | 17 | 5D | 0 | 5B | 3F | 1 | 156 | 61 | 36 |
| Octal | 374 | 27 | 135 | 0 | 133 | 77 | 1 | 526 | 141 | 66 |
| Binary | 11111100 | 10111 | 1011101 | 0 | 1011011 | 111111 | 1 | 101010110 | 1100001 | 110110 |
Color Harmonies of #FC175D
Complementary color
Monochromatic Colors of #FC175D
Black with #FC175D
Text Example
Text Example
White with #FC175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC175D; }
p { color: rgb(252,23,93); }
H1.HeaderClassName
{
color: #FC175D;
}
.AnyTagClassName
{
color: #FC175D;
}
</style>
background-color css
<style>
a { background-color: #FC175D; }
a { background-color: rgb(252,23,93); }
div.DivClassName
{
background-color: #FC175D;
}
.BgClassName
{
background-color: #FC175D;
}
</style>
border-color css
<style>
span { border-color: #FC175D; }
span { border-color: rgb(252,23,93); }
td.TdClassName
{
border-color: #FC175D;
}
.TagClassName
{
border-color: #FC175D;
}
</style>