Shades of Razzmatazz #F70661
Tints of Razzmatazz #F70661
RGB
CMYK
RGB Variations
Color information
#F70661 (or 0xF70661) is known color: Razzmatazz. HEX triplet: F7, 06 and 61. RGB value is (247,6,97). Sum of RGB (Red+Green+Blue) = 247+6+97=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F70661 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70661 is #08F99E. Grayscale: #585858. Windows color (decimal): -588191 or 6358775. OLE color: 6358775.
HSL color Cylindrical-coordinate representation of color #F70661: hue angle of 337.34º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70661 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 97 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.03 |
| HSL | 337.34º | 0.95% | 0.5% | - |
| HSV(B) | 337.34º | 0.98% | 0.97% | - |
| XYZ | 40.58 | 20.77 | 13.18 | - |
| YUV | 88.43 | 132.84 | 241.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 97 | 0 | 0.98 | 0.61 | 0.03 | 337.34 | 0.95 | 0.5 |
| Hex | F7 | 6 | 61 | 0 | 62 | 3D | 3 | 151 | 5F | 32 |
| Octal | 367 | 6 | 141 | 0 | 142 | 75 | 3 | 521 | 137 | 62 |
| Binary | 11110111 | 110 | 1100001 | 0 | 1100010 | 111101 | 11 | 101010001 | 1011111 | 110010 |
Color Harmonies of #F70661
Complementary color
Monochromatic Colors of #F70661
Black with #F70661
Text Example
Text Example
White with #F70661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70661; }
p { color: rgb(247,6,97); }
H1.HeaderClassName
{
color: #F70661;
}
.AnyTagClassName
{
color: #F70661;
}
</style>
background-color css
<style>
a { background-color: #F70661; }
a { background-color: rgb(247,6,97); }
div.DivClassName
{
background-color: #F70661;
}
.BgClassName
{
background-color: #F70661;
}
</style>
border-color css
<style>
span { border-color: #F70661; }
span { border-color: rgb(247,6,97); }
td.TdClassName
{
border-color: #F70661;
}
.TagClassName
{
border-color: #F70661;
}
</style>