Shades of Razzmatazz #F70A4D
Tints of Razzmatazz #F70A4D
RGB
CMYK
RGB Variations
Color information
#F70A4D (or 0xF70A4D) is known color: Razzmatazz. HEX triplet: F7, 0A and 4D. RGB value is (247,10,77). Sum of RGB (Red+Green+Blue) = 247+10+77=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70A4D is #08F5B2. Grayscale: #585858. Windows color (decimal): -587187 or 5049079. OLE color: 5049079.
HSL color Cylindrical-coordinate representation of color #F70A4D: hue angle of 343.04º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70A4D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 77 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.03 |
| HSL | 343.04º | 0.94% | 0.5% | - |
| HSV(B) | 343.04º | 0.96% | 0.97% | - |
| XYZ | 39.81 | 20.53 | 8.89 | - |
| YUV | 88.5 | 121.52 | 241.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 77 | 0 | 0.96 | 0.69 | 0.03 | 343.04 | 0.94 | 0.5 |
| Hex | F7 | A | 4D | 0 | 60 | 45 | 3 | 157 | 5E | 32 |
| Octal | 367 | 12 | 115 | 0 | 140 | 105 | 3 | 527 | 136 | 62 |
| Binary | 11110111 | 1010 | 1001101 | 0 | 1100000 | 1000101 | 11 | 101010111 | 1011110 | 110010 |
Color Harmonies of #F70A4D
Complementary color
Monochromatic Colors of #F70A4D
Black with #F70A4D
Text Example
Text Example
White with #F70A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70A4D; }
p { color: rgb(247,10,77); }
H1.HeaderClassName
{
color: #F70A4D;
}
.AnyTagClassName
{
color: #F70A4D;
}
</style>
background-color css
<style>
a { background-color: #F70A4D; }
a { background-color: rgb(247,10,77); }
div.DivClassName
{
background-color: #F70A4D;
}
.BgClassName
{
background-color: #F70A4D;
}
</style>
border-color css
<style>
span { border-color: #F70A4D; }
span { border-color: rgb(247,10,77); }
td.TdClassName
{
border-color: #F70A4D;
}
.TagClassName
{
border-color: #F70A4D;
}
</style>