Shades of Razzmatazz #F7004C
Tints of Razzmatazz #F7004C
RGB
CMYK
RGB Variations
Color information
#F7004C (or 0xF7004C) is known color: Razzmatazz. HEX triplet: F7, 00 and 4C. RGB value is (247,0,76). Sum of RGB (Red+Green+Blue) = 247+0+76=323 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.47% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 247 - color contains mainly: red. Hex color #F7004C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7004C is #08FFB3. Grayscale: #525252. Windows color (decimal): -589748 or 4980983. OLE color: 4980983.
HSL color Cylindrical-coordinate representation of color #F7004C: hue angle of 341.54º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7004C is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.69 | 0.03 |
| HSL | 341.54º | 1% | 0.48% | - |
| HSV(B) | 341.54º | 1% | 0.97% | - |
| XYZ | 39.66 | 20.3 | 8.66 | - |
| YUV | 82.52 | 124.33 | 245.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 76 | 0 | 1 | 0.69 | 0.03 | 341.54 | 1 | 0.48 |
| Hex | F7 | 0 | 4C | 0 | 64 | 45 | 3 | 156 | 64 | 30 |
| Octal | 367 | 0 | 114 | 0 | 144 | 105 | 3 | 526 | 144 | 60 |
| Binary | 11110111 | 0 | 1001100 | 0 | 1100100 | 1000101 | 11 | 101010110 | 1100100 | 110000 |
Color Harmonies of #F7004C
Complementary color
Monochromatic Colors of #F7004C
Black with #F7004C
Text Example
Text Example
White with #F7004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7004C; }
p { color: rgb(247,0,76); }
H1.HeaderClassName
{
color: #F7004C;
}
.AnyTagClassName
{
color: #F7004C;
}
</style>
background-color css
<style>
a { background-color: #F7004C; }
a { background-color: rgb(247,0,76); }
div.DivClassName
{
background-color: #F7004C;
}
.BgClassName
{
background-color: #F7004C;
}
</style>
border-color css
<style>
span { border-color: #F7004C; }
span { border-color: rgb(247,0,76); }
td.TdClassName
{
border-color: #F7004C;
}
.TagClassName
{
border-color: #F7004C;
}
</style>