Shades of Razzmatazz #F70770
Tints of Razzmatazz #F70770
RGB
CMYK
RGB Variations
Color information
#F70770 (or 0xF70770) is known color: Razzmatazz. HEX triplet: F7, 07 and 70. RGB value is (247,7,112). Sum of RGB (Red+Green+Blue) = 247+7+112=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F70770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70770 is #08F88F. Grayscale: #5A5A5A. Windows color (decimal): -587920 or 7342071. OLE color: 7342071.
HSL color Cylindrical-coordinate representation of color #F70770: hue angle of 333.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F70770 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 112 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.03 |
| HSL | 333.75º | 0.94% | 0.5% | - |
| HSV(B) | 333.75º | 0.97% | 0.97% | - |
| XYZ | 41.36 | 21.1 | 17.22 | - |
| YUV | 90.73 | 140.01 | 239.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 112 | 0 | 0.97 | 0.55 | 0.03 | 333.75 | 0.94 | 0.5 |
| Hex | F7 | 7 | 70 | 0 | 61 | 37 | 3 | 14E | 5E | 32 |
| Octal | 367 | 7 | 160 | 0 | 141 | 67 | 3 | 516 | 136 | 62 |
| Binary | 11110111 | 111 | 1110000 | 0 | 1100001 | 110111 | 11 | 101001110 | 1011110 | 110010 |
Color Harmonies of #F70770
Complementary color
Monochromatic Colors of #F70770
Black with #F70770
Text Example
Text Example
White with #F70770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70770; }
p { color: rgb(247,7,112); }
H1.HeaderClassName
{
color: #F70770;
}
.AnyTagClassName
{
color: #F70770;
}
</style>
background-color css
<style>
a { background-color: #F70770; }
a { background-color: rgb(247,7,112); }
div.DivClassName
{
background-color: #F70770;
}
.BgClassName
{
background-color: #F70770;
}
</style>
border-color css
<style>
span { border-color: #F70770; }
span { border-color: rgb(247,7,112); }
td.TdClassName
{
border-color: #F70770;
}
.TagClassName
{
border-color: #F70770;
}
</style>