Shades of Razzmatazz #FF1063
Tints of Razzmatazz #FF1063
RGB
CMYK
RGB Variations
Color information
#FF1063 (or 0xFF1063) is known color: Razzmatazz. HEX triplet: FF, 10 and 63. RGB value is (255,16,99). Sum of RGB (Red+Green+Blue) = 255+16+99=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1063 is #00EF9C. Grayscale: #606060. Windows color (decimal): -61341 or 6492415. OLE color: 6492415.
HSL color Cylindrical-coordinate representation of color #FF1063: hue angle of 339.16º 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 #FF1063 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 99 | - |
| CMYK | 0 | 0.94 | 0.61 | 0 |
| HSL | 339.16º | 1% | 0.53% | - |
| HSV(B) | 339.16º | 0.94% | 1% | - |
| XYZ | 43.68 | 22.53 | 13.85 | - |
| YUV | 96.92 | 129.18 | 240.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 99 | 0 | 0.94 | 0.61 | 0 | 339.16 | 1 | 0.53 |
| Hex | FF | 10 | 63 | 0 | 5E | 3D | 0 | 153 | 64 | 35 |
| Octal | 377 | 20 | 143 | 0 | 136 | 75 | 0 | 523 | 144 | 65 |
| Binary | 11111111 | 10000 | 1100011 | 0 | 1011110 | 111101 | 0 | 101010011 | 1100100 | 110101 |
Color Harmonies of #FF1063
Complementary color
Monochromatic Colors of #FF1063
Black with #FF1063
Text Example
Text Example
White with #FF1063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1063; }
p { color: rgb(255,16,99); }
H1.HeaderClassName
{
color: #FF1063;
}
.AnyTagClassName
{
color: #FF1063;
}
</style>
background-color css
<style>
a { background-color: #FF1063; }
a { background-color: rgb(255,16,99); }
div.DivClassName
{
background-color: #FF1063;
}
.BgClassName
{
background-color: #FF1063;
}
</style>
border-color css
<style>
span { border-color: #FF1063; }
span { border-color: rgb(255,16,99); }
td.TdClassName
{
border-color: #FF1063;
}
.TagClassName
{
border-color: #FF1063;
}
</style>