Shades of Razzmatazz #F7054C
Tints of Razzmatazz #F7054C
RGB
CMYK
RGB Variations
Color information
#F7054C (or 0xF7054C) is known color: Razzmatazz. HEX triplet: F7, 05 and 4C. RGB value is (247,5,76). Sum of RGB (Red+Green+Blue) = 247+5+76=328 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.30% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 247 - color contains mainly: red. Hex color #F7054C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7054C is #08FAB3. Grayscale: #555555. Windows color (decimal): -588468 or 4982263. OLE color: 4982263.
HSL color Cylindrical-coordinate representation of color #F7054C: hue angle of 342.4º degrees, saturation: 0.96, 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 #F7054C is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 76 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.03 |
| HSL | 342.4º | 0.96% | 0.49% | - |
| HSV(B) | 342.4º | 0.98% | 0.97% | - |
| XYZ | 39.72 | 20.4 | 8.68 | - |
| YUV | 85.45 | 122.67 | 243.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 76 | 0 | 0.98 | 0.69 | 0.03 | 342.4 | 0.96 | 0.49 |
| Hex | F7 | 5 | 4C | 0 | 62 | 45 | 3 | 156 | 60 | 31 |
| Octal | 367 | 5 | 114 | 0 | 142 | 105 | 3 | 526 | 140 | 61 |
| Binary | 11110111 | 101 | 1001100 | 0 | 1100010 | 1000101 | 11 | 101010110 | 1100000 | 110001 |
Color Harmonies of #F7054C
Complementary color
Monochromatic Colors of #F7054C
Black with #F7054C
Text Example
Text Example
White with #F7054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7054C; }
p { color: rgb(247,5,76); }
H1.HeaderClassName
{
color: #F7054C;
}
.AnyTagClassName
{
color: #F7054C;
}
</style>
background-color css
<style>
a { background-color: #F7054C; }
a { background-color: rgb(247,5,76); }
div.DivClassName
{
background-color: #F7054C;
}
.BgClassName
{
background-color: #F7054C;
}
</style>
border-color css
<style>
span { border-color: #F7054C; }
span { border-color: rgb(247,5,76); }
td.TdClassName
{
border-color: #F7054C;
}
.TagClassName
{
border-color: #F7054C;
}
</style>