Shades of Razzmatazz #FC0172
Tints of Razzmatazz #FC0172
RGB
CMYK
RGB Variations
Color information
#FC0172 (or 0xFC0172) is known color: Razzmatazz. HEX triplet: FC, 01 and 72. RGB value is (252,1,114). Sum of RGB (Red+Green+Blue) = 252+1+114=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0172 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0172 is #03FE8D. Grayscale: #585858. Windows color (decimal): -261774 or 7471612. OLE color: 7471612.
HSL color Cylindrical-coordinate representation of color #FC0172: hue angle of 332.99º 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 #FC0172 is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 114 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.01 |
| HSL | 332.99º | 0.99% | 0.5% | - |
| HSV(B) | 332.99º | 1% | 0.99% | - |
| XYZ | 43.19 | 21.93 | 17.88 | - |
| YUV | 88.93 | 142.16 | 244.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 114 | 0 | 1.00 | 0.55 | 0.01 | 332.99 | 0.99 | 0.5 |
| Hex | FC | 1 | 72 | 0 | 64 | 37 | 1 | 14D | 63 | 32 |
| Octal | 374 | 1 | 162 | 0 | 144 | 67 | 1 | 515 | 143 | 62 |
| Binary | 11111100 | 1 | 1110010 | 0 | 1100100 | 110111 | 1 | 101001101 | 1100011 | 110010 |
Color Harmonies of #FC0172
Complementary color
Monochromatic Colors of #FC0172
Black with #FC0172
Text Example
Text Example
White with #FC0172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0172; }
p { color: rgb(252,1,114); }
H1.HeaderClassName
{
color: #FC0172;
}
.AnyTagClassName
{
color: #FC0172;
}
</style>
background-color css
<style>
a { background-color: #FC0172; }
a { background-color: rgb(252,1,114); }
div.DivClassName
{
background-color: #FC0172;
}
.BgClassName
{
background-color: #FC0172;
}
</style>
border-color css
<style>
span { border-color: #FC0172; }
span { border-color: rgb(252,1,114); }
td.TdClassName
{
border-color: #FC0172;
}
.TagClassName
{
border-color: #FC0172;
}
</style>