Shades of Razzmatazz #FF0671
Tints of Razzmatazz #FF0671
RGB
CMYK
RGB Variations
Color information
#FF0671 (or 0xFF0671) is known color: Razzmatazz. HEX triplet: FF, 06 and 71. RGB value is (255,6,113). Sum of RGB (Red+Green+Blue) = 255+6+113=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0671 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0671 is #00F98E. Grayscale: #5C5C5C. Windows color (decimal): -63887 or 7407359. OLE color: 7407359.
HSL color Cylindrical-coordinate representation of color #FF0671: hue angle of 334.22º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0671 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 113 | - |
| CMYK | 0 | 0.98 | 0.56 | 0 |
| HSL | 334.22º | 1% | 0.51% | - |
| HSV(B) | 334.22º | 0.98% | 1% | - |
| XYZ | 44.29 | 22.58 | 17.65 | - |
| YUV | 92.65 | 139.49 | 243.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 113 | 0 | 0.98 | 0.56 | 0 | 334.22 | 1 | 0.51 |
| Hex | FF | 6 | 71 | 0 | 62 | 38 | 0 | 14E | 64 | 33 |
| Octal | 377 | 6 | 161 | 0 | 142 | 70 | 0 | 516 | 144 | 63 |
| Binary | 11111111 | 110 | 1110001 | 0 | 1100010 | 111000 | 0 | 101001110 | 1100100 | 110011 |
Color Harmonies of #FF0671
Complementary color
Monochromatic Colors of #FF0671
Black with #FF0671
Text Example
Text Example
White with #FF0671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0671; }
p { color: rgb(255,6,113); }
H1.HeaderClassName
{
color: #FF0671;
}
.AnyTagClassName
{
color: #FF0671;
}
</style>
background-color css
<style>
a { background-color: #FF0671; }
a { background-color: rgb(255,6,113); }
div.DivClassName
{
background-color: #FF0671;
}
.BgClassName
{
background-color: #FF0671;
}
</style>
border-color css
<style>
span { border-color: #FF0671; }
span { border-color: rgb(255,6,113); }
td.TdClassName
{
border-color: #FF0671;
}
.TagClassName
{
border-color: #FF0671;
}
</style>