Shades of Razzmatazz #FF0864
Tints of Razzmatazz #FF0864
RGB
CMYK
RGB Variations
Color information
#FF0864 (or 0xFF0864) is known color: Razzmatazz. HEX triplet: FF, 08 and 64. RGB value is (255,8,100). Sum of RGB (Red+Green+Blue) = 255+8+100=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0864 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0864 is #00F79B. Grayscale: #5C5C5C. Windows color (decimal): -63388 or 6555903. OLE color: 6555903.
HSL color Cylindrical-coordinate representation of color #FF0864: hue angle of 337.65º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0864 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 100 | - |
| CMYK | 0 | 0.97 | 0.61 | 0 |
| HSL | 337.65º | 1% | 0.52% | - |
| HSV(B) | 337.65º | 0.97% | 1% | - |
| XYZ | 43.63 | 22.35 | 14.07 | - |
| YUV | 92.34 | 132.33 | 244.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 100 | 0 | 0.97 | 0.61 | 0 | 337.65 | 1 | 0.52 |
| Hex | FF | 8 | 64 | 0 | 61 | 3D | 0 | 152 | 64 | 34 |
| Octal | 377 | 10 | 144 | 0 | 141 | 75 | 0 | 522 | 144 | 64 |
| Binary | 11111111 | 1000 | 1100100 | 0 | 1100001 | 111101 | 0 | 101010010 | 1100100 | 110100 |
Color Harmonies of #FF0864
Complementary color
Monochromatic Colors of #FF0864
Black with #FF0864
Text Example
Text Example
White with #FF0864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0864; }
p { color: rgb(255,8,100); }
H1.HeaderClassName
{
color: #FF0864;
}
.AnyTagClassName
{
color: #FF0864;
}
</style>
background-color css
<style>
a { background-color: #FF0864; }
a { background-color: rgb(255,8,100); }
div.DivClassName
{
background-color: #FF0864;
}
.BgClassName
{
background-color: #FF0864;
}
</style>
border-color css
<style>
span { border-color: #FF0864; }
span { border-color: rgb(255,8,100); }
td.TdClassName
{
border-color: #FF0864;
}
.TagClassName
{
border-color: #FF0864;
}
</style>