Shades of Razzmatazz #FC0159
Tints of Razzmatazz #FC0159
RGB
CMYK
RGB Variations
Color information
#FC0159 (or 0xFC0159) is known color: Razzmatazz. HEX triplet: FC, 01 and 59. RGB value is (252,1,89). Sum of RGB (Red+Green+Blue) = 252+1+89=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0159 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0159 is #03FEA6. Grayscale: #555555. Windows color (decimal): -261799 or 5833212. OLE color: 5833212.
HSL color Cylindrical-coordinate representation of color #FC0159: hue angle of 338.96º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0159 is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 89 | - |
| CMYK | 0 | 1.00 | 0.65 | 0.01 |
| HSL | 338.96º | 0.99% | 0.5% | - |
| HSV(B) | 338.96º | 1% | 0.99% | - |
| XYZ | 41.96 | 21.44 | 11.38 | - |
| YUV | 86.08 | 129.66 | 246.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 89 | 0 | 1.00 | 0.65 | 0.01 | 338.96 | 0.99 | 0.5 |
| Hex | FC | 1 | 59 | 0 | 64 | 41 | 1 | 153 | 63 | 32 |
| Octal | 374 | 1 | 131 | 0 | 144 | 101 | 1 | 523 | 143 | 62 |
| Binary | 11111100 | 1 | 1011001 | 0 | 1100100 | 1000001 | 1 | 101010011 | 1100011 | 110010 |
Color Harmonies of #FC0159
Complementary color
Monochromatic Colors of #FC0159
Black with #FC0159
Text Example
Text Example
White with #FC0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0159; }
p { color: rgb(252,1,89); }
H1.HeaderClassName
{
color: #FC0159;
}
.AnyTagClassName
{
color: #FC0159;
}
</style>
background-color css
<style>
a { background-color: #FC0159; }
a { background-color: rgb(252,1,89); }
div.DivClassName
{
background-color: #FC0159;
}
.BgClassName
{
background-color: #FC0159;
}
</style>
border-color css
<style>
span { border-color: #FC0159; }
span { border-color: rgb(252,1,89); }
td.TdClassName
{
border-color: #FC0159;
}
.TagClassName
{
border-color: #FC0159;
}
</style>