Shades of Razzmatazz #F7064D
Tints of Razzmatazz #F7064D
RGB
CMYK
RGB Variations
Color information
#F7064D (or 0xF7064D) is known color: Razzmatazz. HEX triplet: F7, 06 and 4D. RGB value is (247,6,77). Sum of RGB (Red+Green+Blue) = 247+6+77=330 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.85% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 247 - color contains mainly: red. Hex color #F7064D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7064D is #08F9B2. Grayscale: #565656. Windows color (decimal): -588211 or 5048055. OLE color: 5048055.
HSL color Cylindrical-coordinate representation of color #F7064D: hue angle of 342.32º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7064D is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 77 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.03 |
| HSL | 342.32º | 0.95% | 0.5% | - |
| HSV(B) | 342.32º | 0.98% | 0.97% | - |
| XYZ | 39.76 | 20.44 | 8.87 | - |
| YUV | 86.15 | 122.84 | 242.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 77 | 0 | 0.98 | 0.69 | 0.03 | 342.32 | 0.95 | 0.5 |
| Hex | F7 | 6 | 4D | 0 | 62 | 45 | 3 | 156 | 5F | 32 |
| Octal | 367 | 6 | 115 | 0 | 142 | 105 | 3 | 526 | 137 | 62 |
| Binary | 11110111 | 110 | 1001101 | 0 | 1100010 | 1000101 | 11 | 101010110 | 1011111 | 110010 |
Color Harmonies of #F7064D
Complementary color
Monochromatic Colors of #F7064D
Black with #F7064D
Text Example
Text Example
White with #F7064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7064D; }
p { color: rgb(247,6,77); }
H1.HeaderClassName
{
color: #F7064D;
}
.AnyTagClassName
{
color: #F7064D;
}
</style>
background-color css
<style>
a { background-color: #F7064D; }
a { background-color: rgb(247,6,77); }
div.DivClassName
{
background-color: #F7064D;
}
.BgClassName
{
background-color: #F7064D;
}
</style>
border-color css
<style>
span { border-color: #F7064D; }
span { border-color: rgb(247,6,77); }
td.TdClassName
{
border-color: #F7064D;
}
.TagClassName
{
border-color: #F7064D;
}
</style>