Shades of Razzmatazz #FF1071
Tints of Razzmatazz #FF1071
RGB
CMYK
RGB Variations
Color information
#FF1071 (or 0xFF1071) is known color: Razzmatazz. HEX triplet: FF, 10 and 71. RGB value is (255,16,113). Sum of RGB (Red+Green+Blue) = 255+16+113=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1071 is #00EF8E. Grayscale: #626262. Windows color (decimal): -61327 or 7409919. OLE color: 7409919.
HSL color Cylindrical-coordinate representation of color #FF1071: hue angle of 335.65º 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 #FF1071 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 113 | - |
| CMYK | 0 | 0.94 | 0.56 | 0 |
| HSL | 335.65º | 1% | 0.53% | - |
| HSV(B) | 335.65º | 0.94% | 1% | - |
| XYZ | 44.41 | 22.82 | 17.69 | - |
| YUV | 98.52 | 136.18 | 239.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 113 | 0 | 0.94 | 0.56 | 0 | 335.65 | 1 | 0.53 |
| Hex | FF | 10 | 71 | 0 | 5E | 38 | 0 | 150 | 64 | 35 |
| Octal | 377 | 20 | 161 | 0 | 136 | 70 | 0 | 520 | 144 | 65 |
| Binary | 11111111 | 10000 | 1110001 | 0 | 1011110 | 111000 | 0 | 101010000 | 1100100 | 110101 |
Color Harmonies of #FF1071
Complementary color
Monochromatic Colors of #FF1071
Black with #FF1071
Text Example
Text Example
White with #FF1071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1071; }
p { color: rgb(255,16,113); }
H1.HeaderClassName
{
color: #FF1071;
}
.AnyTagClassName
{
color: #FF1071;
}
</style>
background-color css
<style>
a { background-color: #FF1071; }
a { background-color: rgb(255,16,113); }
div.DivClassName
{
background-color: #FF1071;
}
.BgClassName
{
background-color: #FF1071;
}
</style>
border-color css
<style>
span { border-color: #FF1071; }
span { border-color: rgb(255,16,113); }
td.TdClassName
{
border-color: #FF1071;
}
.TagClassName
{
border-color: #FF1071;
}
</style>