Shades of Razzmatazz #F70A70
Tints of Razzmatazz #F70A70
RGB
CMYK
RGB Variations
Color information
#F70A70 (or 0xF70A70) is known color: Razzmatazz. HEX triplet: F7, 0A and 70. RGB value is (247,10,112). Sum of RGB (Red+Green+Blue) = 247+10+112=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70A70 is #08F58F. Grayscale: #5C5C5C. Windows color (decimal): -587152 or 7342839. OLE color: 7342839.
HSL color Cylindrical-coordinate representation of color #F70A70: hue angle of 334.18º 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 #F70A70 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 112 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.03 |
| HSL | 334.18º | 0.94% | 0.5% | - |
| HSV(B) | 334.18º | 0.96% | 0.97% | - |
| XYZ | 41.39 | 21.16 | 17.23 | - |
| YUV | 92.49 | 139.02 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 112 | 0 | 0.96 | 0.55 | 0.03 | 334.18 | 0.94 | 0.5 |
| Hex | F7 | A | 70 | 0 | 60 | 37 | 3 | 14E | 5E | 32 |
| Octal | 367 | 12 | 160 | 0 | 140 | 67 | 3 | 516 | 136 | 62 |
| Binary | 11110111 | 1010 | 1110000 | 0 | 1100000 | 110111 | 11 | 101001110 | 1011110 | 110010 |
Color Harmonies of #F70A70
Complementary color
Monochromatic Colors of #F70A70
Black with #F70A70
Text Example
Text Example
White with #F70A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70A70; }
p { color: rgb(247,10,112); }
H1.HeaderClassName
{
color: #F70A70;
}
.AnyTagClassName
{
color: #F70A70;
}
</style>
background-color css
<style>
a { background-color: #F70A70; }
a { background-color: rgb(247,10,112); }
div.DivClassName
{
background-color: #F70A70;
}
.BgClassName
{
background-color: #F70A70;
}
</style>
border-color css
<style>
span { border-color: #F70A70; }
span { border-color: rgb(247,10,112); }
td.TdClassName
{
border-color: #F70A70;
}
.TagClassName
{
border-color: #F70A70;
}
</style>