Shades of Razzmatazz #FC0672
Tints of Razzmatazz #FC0672
RGB
CMYK
RGB Variations
Color information
#FC0672 (or 0xFC0672) is known color: Razzmatazz. HEX triplet: FC, 06 and 72. RGB value is (252,6,114). Sum of RGB (Red+Green+Blue) = 252+6+114=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0672 is #03F98D. Grayscale: #5B5B5B. Windows color (decimal): -260494 or 7472892. OLE color: 7472892.
HSL color Cylindrical-coordinate representation of color #FC0672: hue angle of 333.66º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0672 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 114 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.01 |
| HSL | 333.66º | 0.98% | 0.51% | - |
| HSV(B) | 333.66º | 0.98% | 0.99% | - |
| XYZ | 43.25 | 22.04 | 17.89 | - |
| YUV | 91.87 | 140.5 | 242.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 114 | 0 | 0.98 | 0.55 | 0.01 | 333.66 | 0.98 | 0.51 |
| Hex | FC | 6 | 72 | 0 | 62 | 37 | 1 | 14E | 62 | 33 |
| Octal | 374 | 6 | 162 | 0 | 142 | 67 | 1 | 516 | 142 | 63 |
| Binary | 11111100 | 110 | 1110010 | 0 | 1100010 | 110111 | 1 | 101001110 | 1100010 | 110011 |
Color Harmonies of #FC0672
Complementary color
Monochromatic Colors of #FC0672
Black with #FC0672
Text Example
Text Example
White with #FC0672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0672; }
p { color: rgb(252,6,114); }
H1.HeaderClassName
{
color: #FC0672;
}
.AnyTagClassName
{
color: #FC0672;
}
</style>
background-color css
<style>
a { background-color: #FC0672; }
a { background-color: rgb(252,6,114); }
div.DivClassName
{
background-color: #FC0672;
}
.BgClassName
{
background-color: #FC0672;
}
</style>
border-color css
<style>
span { border-color: #FC0672; }
span { border-color: rgb(252,6,114); }
td.TdClassName
{
border-color: #FC0672;
}
.TagClassName
{
border-color: #FC0672;
}
</style>