Shades of Razzmatazz #F70873
Tints of Razzmatazz #F70873
RGB
CMYK
RGB Variations
Color information
#F70873 (or 0xF70873) is known color: Razzmatazz. HEX triplet: F7, 08 and 73. RGB value is (247,8,115). Sum of RGB (Red+Green+Blue) = 247+8+115=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F70873 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70873 is #08F78C. Grayscale: #5B5B5B. Windows color (decimal): -587661 or 7538935. OLE color: 7538935.
HSL color Cylindrical-coordinate representation of color #F70873: hue angle of 333.14º 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 #F70873 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 115 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.03 |
| HSL | 333.14º | 0.94% | 0.5% | - |
| HSV(B) | 333.14º | 0.97% | 0.97% | - |
| XYZ | 41.54 | 21.19 | 18.12 | - |
| YUV | 91.66 | 141.18 | 238.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 115 | 0 | 0.97 | 0.53 | 0.03 | 333.14 | 0.94 | 0.5 |
| Hex | F7 | 8 | 73 | 0 | 61 | 35 | 3 | 14D | 5E | 32 |
| Octal | 367 | 10 | 163 | 0 | 141 | 65 | 3 | 515 | 136 | 62 |
| Binary | 11110111 | 1000 | 1110011 | 0 | 1100001 | 110101 | 11 | 101001101 | 1011110 | 110010 |
Color Harmonies of #F70873
Complementary color
Monochromatic Colors of #F70873
Black with #F70873
Text Example
Text Example
White with #F70873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70873; }
p { color: rgb(247,8,115); }
H1.HeaderClassName
{
color: #F70873;
}
.AnyTagClassName
{
color: #F70873;
}
</style>
background-color css
<style>
a { background-color: #F70873; }
a { background-color: rgb(247,8,115); }
div.DivClassName
{
background-color: #F70873;
}
.BgClassName
{
background-color: #F70873;
}
</style>
border-color css
<style>
span { border-color: #F70873; }
span { border-color: rgb(247,8,115); }
td.TdClassName
{
border-color: #F70873;
}
.TagClassName
{
border-color: #F70873;
}
</style>