Shades of Razzmatazz #FC0671
Tints of Razzmatazz #FC0671
RGB
CMYK
RGB Variations
Color information
#FC0671 (or 0xFC0671) is known color: Razzmatazz. HEX triplet: FC, 06 and 71. RGB value is (252,6,113). Sum of RGB (Red+Green+Blue) = 252+6+113=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0671 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0671 is #03F98E. Grayscale: #5B5B5B. Windows color (decimal): -260495 or 7407356. OLE color: 7407356.
HSL color Cylindrical-coordinate representation of color #FC0671: hue angle of 333.9º 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 #FC0671 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 113 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.01 |
| HSL | 333.9º | 0.98% | 0.51% | - |
| HSV(B) | 333.9º | 0.98% | 0.99% | - |
| XYZ | 43.19 | 22.02 | 17.6 | - |
| YUV | 91.75 | 140 | 242.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 113 | 0 | 0.98 | 0.55 | 0.01 | 333.9 | 0.98 | 0.51 |
| Hex | FC | 6 | 71 | 0 | 62 | 37 | 1 | 14E | 62 | 33 |
| Octal | 374 | 6 | 161 | 0 | 142 | 67 | 1 | 516 | 142 | 63 |
| Binary | 11111100 | 110 | 1110001 | 0 | 1100010 | 110111 | 1 | 101001110 | 1100010 | 110011 |
Color Harmonies of #FC0671
Complementary color
Monochromatic Colors of #FC0671
Black with #FC0671
Text Example
Text Example
White with #FC0671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0671; }
p { color: rgb(252,6,113); }
H1.HeaderClassName
{
color: #FC0671;
}
.AnyTagClassName
{
color: #FC0671;
}
</style>
background-color css
<style>
a { background-color: #FC0671; }
a { background-color: rgb(252,6,113); }
div.DivClassName
{
background-color: #FC0671;
}
.BgClassName
{
background-color: #FC0671;
}
</style>
border-color css
<style>
span { border-color: #FC0671; }
span { border-color: rgb(252,6,113); }
td.TdClassName
{
border-color: #FC0671;
}
.TagClassName
{
border-color: #FC0671;
}
</style>