Shades of Razzmatazz #FF0163
Tints of Razzmatazz #FF0163
RGB
CMYK
RGB Variations
Color information
#FF0163 (or 0xFF0163) is known color: Razzmatazz. HEX triplet: FF, 01 and 63. RGB value is (255,1,99). Sum of RGB (Red+Green+Blue) = 255+1+99=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0163 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0163 is #00FE9C. Grayscale: #575757. Windows color (decimal): -65181 or 6488575. OLE color: 6488575.
HSL color Cylindrical-coordinate representation of color #FF0163: hue angle of 336.85º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0163 is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 99 | - |
| CMYK | 0 | 1.00 | 0.61 | 0 |
| HSL | 336.85º | 1% | 0.5% | - |
| HSV(B) | 336.85º | 1% | 1% | - |
| XYZ | 43.5 | 22.18 | 13.79 | - |
| YUV | 88.12 | 134.15 | 247.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 99 | 0 | 1.00 | 0.61 | 0 | 336.85 | 1 | 0.5 |
| Hex | FF | 1 | 63 | 0 | 64 | 3D | 0 | 151 | 64 | 32 |
| Octal | 377 | 1 | 143 | 0 | 144 | 75 | 0 | 521 | 144 | 62 |
| Binary | 11111111 | 1 | 1100011 | 0 | 1100100 | 111101 | 0 | 101010001 | 1100100 | 110010 |
Color Harmonies of #FF0163
Complementary color
Monochromatic Colors of #FF0163
Black with #FF0163
Text Example
Text Example
White with #FF0163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0163; }
p { color: rgb(255,1,99); }
H1.HeaderClassName
{
color: #FF0163;
}
.AnyTagClassName
{
color: #FF0163;
}
</style>
background-color css
<style>
a { background-color: #FF0163; }
a { background-color: rgb(255,1,99); }
div.DivClassName
{
background-color: #FF0163;
}
.BgClassName
{
background-color: #FF0163;
}
</style>
border-color css
<style>
span { border-color: #FF0163; }
span { border-color: rgb(255,1,99); }
td.TdClassName
{
border-color: #FF0163;
}
.TagClassName
{
border-color: #FF0163;
}
</style>