Shades of Razzmatazz #FC0256
Tints of Razzmatazz #FC0256
RGB
CMYK
RGB Variations
Color information
#FC0256 (or 0xFC0256) is known color: Razzmatazz. HEX triplet: FC, 02 and 56. RGB value is (252,2,86). Sum of RGB (Red+Green+Blue) = 252+2+86=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0256 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0256 is #03FDA9. Grayscale: #565656. Windows color (decimal): -261546 or 5636860. OLE color: 5636860.
HSL color Cylindrical-coordinate representation of color #FC0256: 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.99%. Process color model (Four color, CMYK) of #FC0256 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.01 |
| HSL | 339.84º | 0.98% | 0.5% | - |
| HSV(B) | 339.84º | 0.99% | 0.99% | - |
| XYZ | 41.85 | 21.41 | 10.73 | - |
| YUV | 86.33 | 127.83 | 246.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 86 | 0 | 0.99 | 0.66 | 0.01 | 339.84 | 0.98 | 0.5 |
| Hex | FC | 2 | 56 | 0 | 63 | 42 | 1 | 154 | 62 | 32 |
| Octal | 374 | 2 | 126 | 0 | 143 | 102 | 1 | 524 | 142 | 62 |
| Binary | 11111100 | 10 | 1010110 | 0 | 1100011 | 1000010 | 1 | 101010100 | 1100010 | 110010 |
Color Harmonies of #FC0256
Complementary color
Monochromatic Colors of #FC0256
Black with #FC0256
Text Example
Text Example
White with #FC0256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0256; }
p { color: rgb(252,2,86); }
H1.HeaderClassName
{
color: #FC0256;
}
.AnyTagClassName
{
color: #FC0256;
}
</style>
background-color css
<style>
a { background-color: #FC0256; }
a { background-color: rgb(252,2,86); }
div.DivClassName
{
background-color: #FC0256;
}
.BgClassName
{
background-color: #FC0256;
}
</style>
border-color css
<style>
span { border-color: #FC0256; }
span { border-color: rgb(252,2,86); }
td.TdClassName
{
border-color: #FC0256;
}
.TagClassName
{
border-color: #FC0256;
}
</style>