Shades of Razzmatazz #F7044C
Tints of Razzmatazz #F7044C
RGB
CMYK
RGB Variations
Color information
#F7044C (or 0xF7044C) is known color: Razzmatazz. HEX triplet: F7, 04 and 4C. RGB value is (247,4,76). Sum of RGB (Red+Green+Blue) = 247+4+76=327 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.54% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 247 - color contains mainly: red. Hex color #F7044C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7044C is #08FBB3. Grayscale: #545454. Windows color (decimal): -588724 or 4982007. OLE color: 4982007.
HSL color Cylindrical-coordinate representation of color #F7044C: hue angle of 342.22º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7044C is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 4 | 76 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.03 |
| HSL | 342.22º | 0.97% | 0.49% | - |
| HSV(B) | 342.22º | 0.98% | 0.97% | - |
| XYZ | 39.71 | 20.38 | 8.68 | - |
| YUV | 84.87 | 123.01 | 243.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 4 | 76 | 0 | 0.98 | 0.69 | 0.03 | 342.22 | 0.97 | 0.49 |
| Hex | F7 | 4 | 4C | 0 | 62 | 45 | 3 | 156 | 61 | 31 |
| Octal | 367 | 4 | 114 | 0 | 142 | 105 | 3 | 526 | 141 | 61 |
| Binary | 11110111 | 100 | 1001100 | 0 | 1100010 | 1000101 | 11 | 101010110 | 1100001 | 110001 |
Color Harmonies of #F7044C
Complementary color
Monochromatic Colors of #F7044C
Black with #F7044C
Text Example
Text Example
White with #F7044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7044C; }
p { color: rgb(247,4,76); }
H1.HeaderClassName
{
color: #F7044C;
}
.AnyTagClassName
{
color: #F7044C;
}
</style>
background-color css
<style>
a { background-color: #F7044C; }
a { background-color: rgb(247,4,76); }
div.DivClassName
{
background-color: #F7044C;
}
.BgClassName
{
background-color: #F7044C;
}
</style>
border-color css
<style>
span { border-color: #F7044C; }
span { border-color: rgb(247,4,76); }
td.TdClassName
{
border-color: #F7044C;
}
.TagClassName
{
border-color: #F7044C;
}
</style>