Shades of Razzmatazz #F70C4D
Tints of Razzmatazz #F70C4D
RGB
CMYK
RGB Variations
Color information
#F70C4D (or 0xF70C4D) is known color: Razzmatazz. HEX triplet: F7, 0C and 4D. RGB value is (247,12,77). Sum of RGB (Red+Green+Blue) = 247+12+77=336 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.51% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 247 - color contains mainly: red. Hex color #F70C4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70C4D is #08F3B2. Grayscale: #595959. Windows color (decimal): -586675 or 5049591. OLE color: 5049591.
HSL color Cylindrical-coordinate representation of color #F70C4D: hue angle of 343.4º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70C4D is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 77 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.03 |
| HSL | 343.4º | 0.94% | 0.51% | - |
| HSV(B) | 343.4º | 0.95% | 0.97% | - |
| XYZ | 39.83 | 20.57 | 8.89 | - |
| YUV | 89.68 | 120.86 | 240.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 77 | 0 | 0.95 | 0.69 | 0.03 | 343.4 | 0.94 | 0.51 |
| Hex | F7 | C | 4D | 0 | 5F | 45 | 3 | 157 | 5E | 33 |
| Octal | 367 | 14 | 115 | 0 | 137 | 105 | 3 | 527 | 136 | 63 |
| Binary | 11110111 | 1100 | 1001101 | 0 | 1011111 | 1000101 | 11 | 101010111 | 1011110 | 110011 |
Color Harmonies of #F70C4D
Complementary color
Monochromatic Colors of #F70C4D
Black with #F70C4D
Text Example
Text Example
White with #F70C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70C4D; }
p { color: rgb(247,12,77); }
H1.HeaderClassName
{
color: #F70C4D;
}
.AnyTagClassName
{
color: #F70C4D;
}
</style>
background-color css
<style>
a { background-color: #F70C4D; }
a { background-color: rgb(247,12,77); }
div.DivClassName
{
background-color: #F70C4D;
}
.BgClassName
{
background-color: #F70C4D;
}
</style>
border-color css
<style>
span { border-color: #F70C4D; }
span { border-color: rgb(247,12,77); }
td.TdClassName
{
border-color: #F70C4D;
}
.TagClassName
{
border-color: #F70C4D;
}
</style>