Shades of Razzmatazz #FC1759
Tints of Razzmatazz #FC1759
RGB
CMYK
RGB Variations
Color information
#FC1759 (or 0xFC1759) is known color: Razzmatazz. HEX triplet: FC, 17 and 59. RGB value is (252,23,89). Sum of RGB (Red+Green+Blue) = 252+23+89=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1759 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1759 is #03E8A6. Grayscale: #626262. Windows color (decimal): -256167 or 5838844. OLE color: 5838844.
HSL color Cylindrical-coordinate representation of color #FC1759: hue angle of 342.71º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC1759 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 89 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.01 |
| HSL | 342.71º | 0.97% | 0.54% | - |
| HSV(B) | 342.71º | 0.91% | 0.99% | - |
| XYZ | 42.25 | 22.03 | 11.48 | - |
| YUV | 99 | 122.37 | 237.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 89 | 0 | 0.91 | 0.65 | 0.01 | 342.71 | 0.97 | 0.54 |
| Hex | FC | 17 | 59 | 0 | 5B | 41 | 1 | 157 | 61 | 36 |
| Octal | 374 | 27 | 131 | 0 | 133 | 101 | 1 | 527 | 141 | 66 |
| Binary | 11111100 | 10111 | 1011001 | 0 | 1011011 | 1000001 | 1 | 101010111 | 1100001 | 110110 |
Color Harmonies of #FC1759
Complementary color
Monochromatic Colors of #FC1759
Black with #FC1759
Text Example
Text Example
White with #FC1759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1759; }
p { color: rgb(252,23,89); }
H1.HeaderClassName
{
color: #FC1759;
}
.AnyTagClassName
{
color: #FC1759;
}
</style>
background-color css
<style>
a { background-color: #FC1759; }
a { background-color: rgb(252,23,89); }
div.DivClassName
{
background-color: #FC1759;
}
.BgClassName
{
background-color: #FC1759;
}
</style>
border-color css
<style>
span { border-color: #FC1759; }
span { border-color: rgb(252,23,89); }
td.TdClassName
{
border-color: #FC1759;
}
.TagClassName
{
border-color: #FC1759;
}
</style>