Shades of Razzmatazz #FC076E
Tints of Razzmatazz #FC076E
RGB
CMYK
RGB Variations
Color information
#FC076E (or 0xFC076E) is known color: Razzmatazz. HEX triplet: FC, 07 and 6E. RGB value is (252,7,110). Sum of RGB (Red+Green+Blue) = 252+7+110=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC076E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC076E is #03F891. Grayscale: #5B5B5B. Windows color (decimal): -260242 or 7211004. OLE color: 7211004.
HSL color Cylindrical-coordinate representation of color #FC076E: hue angle of 334.78º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC076E is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 110 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.01 |
| HSL | 334.78º | 0.98% | 0.51% | - |
| HSV(B) | 334.78º | 0.97% | 0.99% | - |
| XYZ | 43.04 | 21.97 | 16.72 | - |
| YUV | 92 | 138.17 | 242.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 110 | 0 | 0.97 | 0.56 | 0.01 | 334.78 | 0.98 | 0.51 |
| Hex | FC | 7 | 6E | 0 | 61 | 38 | 1 | 14F | 62 | 33 |
| Octal | 374 | 7 | 156 | 0 | 141 | 70 | 1 | 517 | 142 | 63 |
| Binary | 11111100 | 111 | 1101110 | 0 | 1100001 | 111000 | 1 | 101001111 | 1100010 | 110011 |
Color Harmonies of #FC076E
Complementary color
Monochromatic Colors of #FC076E
Black with #FC076E
Text Example
Text Example
White with #FC076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC076E; }
p { color: rgb(252,7,110); }
H1.HeaderClassName
{
color: #FC076E;
}
.AnyTagClassName
{
color: #FC076E;
}
</style>
background-color css
<style>
a { background-color: #FC076E; }
a { background-color: rgb(252,7,110); }
div.DivClassName
{
background-color: #FC076E;
}
.BgClassName
{
background-color: #FC076E;
}
</style>
border-color css
<style>
span { border-color: #FC076E; }
span { border-color: rgb(252,7,110); }
td.TdClassName
{
border-color: #FC076E;
}
.TagClassName
{
border-color: #FC076E;
}
</style>