Shades of Razzmatazz #F7064C
Tints of Razzmatazz #F7064C
RGB
CMYK
RGB Variations
Color information
#F7064C (or 0xF7064C) is known color: Razzmatazz. HEX triplet: F7, 06 and 4C. RGB value is (247,6,76). Sum of RGB (Red+Green+Blue) = 247+6+76=329 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.08% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 247 - color contains mainly: red. Hex color #F7064C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7064C is #08F9B3. Grayscale: #565656. Windows color (decimal): -588212 or 4982519. OLE color: 4982519.
HSL color Cylindrical-coordinate representation of color #F7064C: hue angle of 342.57º 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 #F7064C is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 76 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.03 |
| HSL | 342.57º | 0.95% | 0.5% | - |
| HSV(B) | 342.57º | 0.98% | 0.97% | - |
| XYZ | 39.73 | 20.43 | 8.69 | - |
| YUV | 86.04 | 122.34 | 242.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 76 | 0 | 0.98 | 0.69 | 0.03 | 342.57 | 0.95 | 0.5 |
| Hex | F7 | 6 | 4C | 0 | 62 | 45 | 3 | 157 | 5F | 32 |
| Octal | 367 | 6 | 114 | 0 | 142 | 105 | 3 | 527 | 137 | 62 |
| Binary | 11110111 | 110 | 1001100 | 0 | 1100010 | 1000101 | 11 | 101010111 | 1011111 | 110010 |
Color Harmonies of #F7064C
Complementary color
Monochromatic Colors of #F7064C
Black with #F7064C
Text Example
Text Example
White with #F7064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7064C; }
p { color: rgb(247,6,76); }
H1.HeaderClassName
{
color: #F7064C;
}
.AnyTagClassName
{
color: #F7064C;
}
</style>
background-color css
<style>
a { background-color: #F7064C; }
a { background-color: rgb(247,6,76); }
div.DivClassName
{
background-color: #F7064C;
}
.BgClassName
{
background-color: #F7064C;
}
</style>
border-color css
<style>
span { border-color: #F7064C; }
span { border-color: rgb(247,6,76); }
td.TdClassName
{
border-color: #F7064C;
}
.TagClassName
{
border-color: #F7064C;
}
</style>