Shades of Razzmatazz #FC056D
Tints of Razzmatazz #FC056D
RGB
CMYK
RGB Variations
Color information
#FC056D (or 0xFC056D) is known color: Razzmatazz. HEX triplet: FC, 05 and 6D. RGB value is (252,5,109). Sum of RGB (Red+Green+Blue) = 252+5+109=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC056D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC056D is #03FA92. Grayscale: #5A5A5A. Windows color (decimal): -260755 or 7144956. OLE color: 7144956.
HSL color Cylindrical-coordinate representation of color #FC056D: hue angle of 334.74º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC056D is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 109 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.01 |
| HSL | 334.74º | 0.98% | 0.5% | - |
| HSV(B) | 334.74º | 0.98% | 0.99% | - |
| XYZ | 42.96 | 21.91 | 16.43 | - |
| YUV | 90.71 | 138.33 | 243.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 109 | 0 | 0.98 | 0.57 | 0.01 | 334.74 | 0.98 | 0.5 |
| Hex | FC | 5 | 6D | 0 | 62 | 39 | 1 | 14F | 62 | 32 |
| Octal | 374 | 5 | 155 | 0 | 142 | 71 | 1 | 517 | 142 | 62 |
| Binary | 11111100 | 101 | 1101101 | 0 | 1100010 | 111001 | 1 | 101001111 | 1100010 | 110010 |
Color Harmonies of #FC056D
Complementary color
Monochromatic Colors of #FC056D
Black with #FC056D
Text Example
Text Example
White with #FC056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC056D; }
p { color: rgb(252,5,109); }
H1.HeaderClassName
{
color: #FC056D;
}
.AnyTagClassName
{
color: #FC056D;
}
</style>
background-color css
<style>
a { background-color: #FC056D; }
a { background-color: rgb(252,5,109); }
div.DivClassName
{
background-color: #FC056D;
}
.BgClassName
{
background-color: #FC056D;
}
</style>
border-color css
<style>
span { border-color: #FC056D; }
span { border-color: rgb(252,5,109); }
td.TdClassName
{
border-color: #FC056D;
}
.TagClassName
{
border-color: #FC056D;
}
</style>