Shades of Razzmatazz #FC1459
Tints of Razzmatazz #FC1459
RGB
CMYK
RGB Variations
Color information
#FC1459 (or 0xFC1459) is known color: Razzmatazz. HEX triplet: FC, 14 and 59. RGB value is (252,20,89). Sum of RGB (Red+Green+Blue) = 252+20+89=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1459 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1459 is #03EBA6. Grayscale: #616161. Windows color (decimal): -256935 or 5838076. OLE color: 5838076.
HSL color Cylindrical-coordinate representation of color #FC1459: hue angle of 342.16º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1459 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 89 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.01 |
| HSL | 342.16º | 0.97% | 0.53% | - |
| HSV(B) | 342.16º | 0.92% | 0.99% | - |
| XYZ | 42.2 | 21.92 | 11.46 | - |
| YUV | 97.23 | 123.36 | 238.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 89 | 0 | 0.92 | 0.65 | 0.01 | 342.16 | 0.97 | 0.53 |
| Hex | FC | 14 | 59 | 0 | 5C | 41 | 1 | 156 | 61 | 35 |
| Octal | 374 | 24 | 131 | 0 | 134 | 101 | 1 | 526 | 141 | 65 |
| Binary | 11111100 | 10100 | 1011001 | 0 | 1011100 | 1000001 | 1 | 101010110 | 1100001 | 110101 |
Color Harmonies of #FC1459
Complementary color
Monochromatic Colors of #FC1459
Black with #FC1459
Text Example
Text Example
White with #FC1459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1459; }
p { color: rgb(252,20,89); }
H1.HeaderClassName
{
color: #FC1459;
}
.AnyTagClassName
{
color: #FC1459;
}
</style>
background-color css
<style>
a { background-color: #FC1459; }
a { background-color: rgb(252,20,89); }
div.DivClassName
{
background-color: #FC1459;
}
.BgClassName
{
background-color: #FC1459;
}
</style>
border-color css
<style>
span { border-color: #FC1459; }
span { border-color: rgb(252,20,89); }
td.TdClassName
{
border-color: #FC1459;
}
.TagClassName
{
border-color: #FC1459;
}
</style>