Shades of Razzmatazz #FF0256
Tints of Razzmatazz #FF0256
RGB
CMYK
RGB Variations
Color information
#FF0256 (or 0xFF0256) is known color: Razzmatazz. HEX triplet: FF, 02 and 56. RGB value is (255,2,86). Sum of RGB (Red+Green+Blue) = 255+2+86=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0256 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0256 is #00FDA9. Grayscale: #575757. Windows color (decimal): -64938 or 5636863. OLE color: 5636863.
HSL color Cylindrical-coordinate representation of color #FF0256: hue angle of 340.08º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0256 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.66 | 0 |
| HSL | 340.08º | 1% | 0.5% | - |
| HSV(B) | 340.08º | 0.99% | 1% | - |
| XYZ | 42.94 | 21.98 | 10.78 | - |
| YUV | 87.22 | 127.32 | 247.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 86 | 0 | 0.99 | 0.66 | 0 | 340.08 | 1 | 0.5 |
| Hex | FF | 2 | 56 | 0 | 63 | 42 | 0 | 154 | 64 | 32 |
| Octal | 377 | 2 | 126 | 0 | 143 | 102 | 0 | 524 | 144 | 62 |
| Binary | 11111111 | 10 | 1010110 | 0 | 1100011 | 1000010 | 0 | 101010100 | 1100100 | 110010 |
Color Harmonies of #FF0256
Complementary color
Monochromatic Colors of #FF0256
Black with #FF0256
Text Example
Text Example
White with #FF0256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0256; }
p { color: rgb(255,2,86); }
H1.HeaderClassName
{
color: #FF0256;
}
.AnyTagClassName
{
color: #FF0256;
}
</style>
background-color css
<style>
a { background-color: #FF0256; }
a { background-color: rgb(255,2,86); }
div.DivClassName
{
background-color: #FF0256;
}
.BgClassName
{
background-color: #FF0256;
}
</style>
border-color css
<style>
span { border-color: #FF0256; }
span { border-color: rgb(255,2,86); }
td.TdClassName
{
border-color: #FF0256;
}
.TagClassName
{
border-color: #FF0256;
}
</style>