Shades of Razzmatazz #F70F70
Tints of Razzmatazz #F70F70
RGB
CMYK
RGB Variations
Color information
#F70F70 (or 0xF70F70) is known color: Razzmatazz. HEX triplet: F7, 0F and 70. RGB value is (247,15,112). Sum of RGB (Red+Green+Blue) = 247+15+112=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70F70 is #08F08F. Grayscale: #5F5F5F. Windows color (decimal): -585872 or 7344119. OLE color: 7344119.
HSL color Cylindrical-coordinate representation of color #F70F70: hue angle of 334.91º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70F70 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 112 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.03 |
| HSL | 334.91º | 0.94% | 0.51% | - |
| HSV(B) | 334.91º | 0.94% | 0.97% | - |
| XYZ | 41.45 | 21.29 | 17.25 | - |
| YUV | 95.43 | 137.36 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 112 | 0 | 0.94 | 0.55 | 0.03 | 334.91 | 0.94 | 0.51 |
| Hex | F7 | F | 70 | 0 | 5E | 37 | 3 | 14F | 5E | 33 |
| Octal | 367 | 17 | 160 | 0 | 136 | 67 | 3 | 517 | 136 | 63 |
| Binary | 11110111 | 1111 | 1110000 | 0 | 1011110 | 110111 | 11 | 101001111 | 1011110 | 110011 |
Color Harmonies of #F70F70
Complementary color
Monochromatic Colors of #F70F70
Black with #F70F70
Text Example
Text Example
White with #F70F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70F70; }
p { color: rgb(247,15,112); }
H1.HeaderClassName
{
color: #F70F70;
}
.AnyTagClassName
{
color: #F70F70;
}
</style>
background-color css
<style>
a { background-color: #F70F70; }
a { background-color: rgb(247,15,112); }
div.DivClassName
{
background-color: #F70F70;
}
.BgClassName
{
background-color: #F70F70;
}
</style>
border-color css
<style>
span { border-color: #F70F70; }
span { border-color: rgb(247,15,112); }
td.TdClassName
{
border-color: #F70F70;
}
.TagClassName
{
border-color: #F70F70;
}
</style>