Shades of Razzmatazz #FC1659
Tints of Razzmatazz #FC1659
RGB
CMYK
RGB Variations
Color information
#FC1659 (or 0xFC1659) is known color: Razzmatazz. HEX triplet: FC, 16 and 59. RGB value is (252,22,89). Sum of RGB (Red+Green+Blue) = 252+22+89=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1659 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1659 is #03E9A6. Grayscale: #626262. Windows color (decimal): -256423 or 5838588. OLE color: 5838588.
HSL color Cylindrical-coordinate representation of color #FC1659: hue angle of 342.52º 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 #FC1659 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 89 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.01 |
| HSL | 342.52º | 0.97% | 0.54% | - |
| HSV(B) | 342.52º | 0.91% | 0.99% | - |
| XYZ | 42.23 | 21.99 | 11.47 | - |
| YUV | 98.41 | 122.7 | 237.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 89 | 0 | 0.91 | 0.65 | 0.01 | 342.52 | 0.97 | 0.54 |
| Hex | FC | 16 | 59 | 0 | 5B | 41 | 1 | 157 | 61 | 36 |
| Octal | 374 | 26 | 131 | 0 | 133 | 101 | 1 | 527 | 141 | 66 |
| Binary | 11111100 | 10110 | 1011001 | 0 | 1011011 | 1000001 | 1 | 101010111 | 1100001 | 110110 |
Color Harmonies of #FC1659
Complementary color
Monochromatic Colors of #FC1659
Black with #FC1659
Text Example
Text Example
White with #FC1659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1659; }
p { color: rgb(252,22,89); }
H1.HeaderClassName
{
color: #FC1659;
}
.AnyTagClassName
{
color: #FC1659;
}
</style>
background-color css
<style>
a { background-color: #FC1659; }
a { background-color: rgb(252,22,89); }
div.DivClassName
{
background-color: #FC1659;
}
.BgClassName
{
background-color: #FC1659;
}
</style>
border-color css
<style>
span { border-color: #FC1659; }
span { border-color: rgb(252,22,89); }
td.TdClassName
{
border-color: #FC1659;
}
.TagClassName
{
border-color: #FC1659;
}
</style>