Shades of Razzmatazz #FF1064
Tints of Razzmatazz #FF1064
RGB
CMYK
RGB Variations
Color information
#FF1064 (or 0xFF1064) is known color: Razzmatazz. HEX triplet: FF, 10 and 64. RGB value is (255,16,100). Sum of RGB (Red+Green+Blue) = 255+16+100=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1064 is #00EF9B. Grayscale: #606060. Windows color (decimal): -61340 or 6557951. OLE color: 6557951.
HSL color Cylindrical-coordinate representation of color #FF1064: hue angle of 338.91º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF1064 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 100 | - |
| CMYK | 0 | 0.94 | 0.61 | 0 |
| HSL | 338.91º | 1% | 0.53% | - |
| HSV(B) | 338.91º | 0.94% | 1% | - |
| XYZ | 43.73 | 22.55 | 14.1 | - |
| YUV | 97.04 | 129.68 | 240.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 100 | 0 | 0.94 | 0.61 | 0 | 338.91 | 1 | 0.53 |
| Hex | FF | 10 | 64 | 0 | 5E | 3D | 0 | 153 | 64 | 35 |
| Octal | 377 | 20 | 144 | 0 | 136 | 75 | 0 | 523 | 144 | 65 |
| Binary | 11111111 | 10000 | 1100100 | 0 | 1011110 | 111101 | 0 | 101010011 | 1100100 | 110101 |
Color Harmonies of #FF1064
Complementary color
Monochromatic Colors of #FF1064
Black with #FF1064
Text Example
Text Example
White with #FF1064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1064; }
p { color: rgb(255,16,100); }
H1.HeaderClassName
{
color: #FF1064;
}
.AnyTagClassName
{
color: #FF1064;
}
</style>
background-color css
<style>
a { background-color: #FF1064; }
a { background-color: rgb(255,16,100); }
div.DivClassName
{
background-color: #FF1064;
}
.BgClassName
{
background-color: #FF1064;
}
</style>
border-color css
<style>
span { border-color: #FF1064; }
span { border-color: rgb(255,16,100); }
td.TdClassName
{
border-color: #FF1064;
}
.TagClassName
{
border-color: #FF1064;
}
</style>