Shades of Razzmatazz #FC0558
Tints of Razzmatazz #FC0558
RGB
CMYK
RGB Variations
Color information
#FC0558 (or 0xFC0558) is known color: Razzmatazz. HEX triplet: FC, 05 and 58. RGB value is (252,5,88). Sum of RGB (Red+Green+Blue) = 252+5+88=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0558 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0558 is #03FAA7. Grayscale: #585858. Windows color (decimal): -260776 or 5768700. OLE color: 5768700.
HSL color Cylindrical-coordinate representation of color #FC0558: hue angle of 339.84º 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 #FC0558 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 88 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.01 |
| HSL | 339.84º | 0.98% | 0.5% | - |
| HSV(B) | 339.84º | 0.98% | 0.99% | - |
| XYZ | 41.96 | 21.51 | 11.17 | - |
| YUV | 88.32 | 127.83 | 244.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 88 | 0 | 0.98 | 0.65 | 0.01 | 339.84 | 0.98 | 0.5 |
| Hex | FC | 5 | 58 | 0 | 62 | 41 | 1 | 154 | 62 | 32 |
| Octal | 374 | 5 | 130 | 0 | 142 | 101 | 1 | 524 | 142 | 62 |
| Binary | 11111100 | 101 | 1011000 | 0 | 1100010 | 1000001 | 1 | 101010100 | 1100010 | 110010 |
Color Harmonies of #FC0558
Complementary color
Monochromatic Colors of #FC0558
Black with #FC0558
Text Example
Text Example
White with #FC0558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0558; }
p { color: rgb(252,5,88); }
H1.HeaderClassName
{
color: #FC0558;
}
.AnyTagClassName
{
color: #FC0558;
}
</style>
background-color css
<style>
a { background-color: #FC0558; }
a { background-color: rgb(252,5,88); }
div.DivClassName
{
background-color: #FC0558;
}
.BgClassName
{
background-color: #FC0558;
}
</style>
border-color css
<style>
span { border-color: #FC0558; }
span { border-color: rgb(252,5,88); }
td.TdClassName
{
border-color: #FC0558;
}
.TagClassName
{
border-color: #FC0558;
}
</style>