Shades of Razzmatazz #F70173
Tints of Razzmatazz #F70173
RGB
CMYK
RGB Variations
Color information
#F70173 (or 0xF70173) is known color: Razzmatazz. HEX triplet: F7, 01 and 73. RGB value is (247,1,115). Sum of RGB (Red+Green+Blue) = 247+1+115=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F70173 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70173 is #08FE8C. Grayscale: #575757. Windows color (decimal): -589453 or 7537143. OLE color: 7537143.
HSL color Cylindrical-coordinate representation of color #F70173: hue angle of 332.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70173 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.03 |
| HSL | 332.2º | 0.99% | 0.49% | - |
| HSV(B) | 332.2º | 1% | 0.97% | - |
| XYZ | 41.46 | 21.03 | 18.09 | - |
| YUV | 87.55 | 143.5 | 241.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 115 | 0 | 1.00 | 0.53 | 0.03 | 332.2 | 0.99 | 0.49 |
| Hex | F7 | 1 | 73 | 0 | 64 | 35 | 3 | 14C | 63 | 31 |
| Octal | 367 | 1 | 163 | 0 | 144 | 65 | 3 | 514 | 143 | 61 |
| Binary | 11110111 | 1 | 1110011 | 0 | 1100100 | 110101 | 11 | 101001100 | 1100011 | 110001 |
Color Harmonies of #F70173
Complementary color
Monochromatic Colors of #F70173
Black with #F70173
Text Example
Text Example
White with #F70173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70173; }
p { color: rgb(247,1,115); }
H1.HeaderClassName
{
color: #F70173;
}
.AnyTagClassName
{
color: #F70173;
}
</style>
background-color css
<style>
a { background-color: #F70173; }
a { background-color: rgb(247,1,115); }
div.DivClassName
{
background-color: #F70173;
}
.BgClassName
{
background-color: #F70173;
}
</style>
border-color css
<style>
span { border-color: #F70173; }
span { border-color: rgb(247,1,115); }
td.TdClassName
{
border-color: #F70173;
}
.TagClassName
{
border-color: #F70173;
}
</style>