Shades of Razzmatazz #FC0174
Tints of Razzmatazz #FC0174
RGB
CMYK
RGB Variations
Color information
#FC0174 (or 0xFC0174) is known color: Razzmatazz. HEX triplet: FC, 01 and 74. RGB value is (252,1,116). Sum of RGB (Red+Green+Blue) = 252+1+116=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0174 is #03FE8B. Grayscale: #585858. Windows color (decimal): -261772 or 7602684. OLE color: 7602684.
HSL color Cylindrical-coordinate representation of color #FC0174: hue angle of 332.51º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0174 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 116 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.01 |
| HSL | 332.51º | 0.99% | 0.5% | - |
| HSV(B) | 332.51º | 1% | 0.99% | - |
| XYZ | 43.31 | 21.98 | 18.48 | - |
| YUV | 89.16 | 143.16 | 244.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 116 | 0 | 1.00 | 0.54 | 0.01 | 332.51 | 0.99 | 0.5 |
| Hex | FC | 1 | 74 | 0 | 64 | 36 | 1 | 14D | 63 | 32 |
| Octal | 374 | 1 | 164 | 0 | 144 | 66 | 1 | 515 | 143 | 62 |
| Binary | 11111100 | 1 | 1110100 | 0 | 1100100 | 110110 | 1 | 101001101 | 1100011 | 110010 |
Color Harmonies of #FC0174
Complementary color
Monochromatic Colors of #FC0174
Black with #FC0174
Text Example
Text Example
White with #FC0174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0174; }
p { color: rgb(252,1,116); }
H1.HeaderClassName
{
color: #FC0174;
}
.AnyTagClassName
{
color: #FC0174;
}
</style>
background-color css
<style>
a { background-color: #FC0174; }
a { background-color: rgb(252,1,116); }
div.DivClassName
{
background-color: #FC0174;
}
.BgClassName
{
background-color: #FC0174;
}
</style>
border-color css
<style>
span { border-color: #FC0174; }
span { border-color: rgb(252,1,116); }
td.TdClassName
{
border-color: #FC0174;
}
.TagClassName
{
border-color: #FC0174;
}
</style>