Shades of Razzmatazz #F70672
Tints of Razzmatazz #F70672
RGB
CMYK
RGB Variations
Color information
#F70672 (or 0xF70672) is known color: Razzmatazz. HEX triplet: F7, 06 and 72. RGB value is (247,6,114). Sum of RGB (Red+Green+Blue) = 247+6+114=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F70672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70672 is #08F98D. Grayscale: #5A5A5A. Windows color (decimal): -588174 or 7472887. OLE color: 7472887.
HSL color Cylindrical-coordinate representation of color #F70672: hue angle of 333.11º 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 #F70672 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 114 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.03 |
| HSL | 333.11º | 0.95% | 0.5% | - |
| HSV(B) | 333.11º | 0.98% | 0.97% | - |
| XYZ | 41.46 | 21.12 | 17.81 | - |
| YUV | 90.37 | 141.34 | 239.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 114 | 0 | 0.98 | 0.54 | 0.03 | 333.11 | 0.95 | 0.5 |
| Hex | F7 | 6 | 72 | 0 | 62 | 36 | 3 | 14D | 5F | 32 |
| Octal | 367 | 6 | 162 | 0 | 142 | 66 | 3 | 515 | 137 | 62 |
| Binary | 11110111 | 110 | 1110010 | 0 | 1100010 | 110110 | 11 | 101001101 | 1011111 | 110010 |
Color Harmonies of #F70672
Complementary color
Monochromatic Colors of #F70672
Black with #F70672
Text Example
Text Example
White with #F70672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70672; }
p { color: rgb(247,6,114); }
H1.HeaderClassName
{
color: #F70672;
}
.AnyTagClassName
{
color: #F70672;
}
</style>
background-color css
<style>
a { background-color: #F70672; }
a { background-color: rgb(247,6,114); }
div.DivClassName
{
background-color: #F70672;
}
.BgClassName
{
background-color: #F70672;
}
</style>
border-color css
<style>
span { border-color: #F70672; }
span { border-color: rgb(247,6,114); }
td.TdClassName
{
border-color: #F70672;
}
.TagClassName
{
border-color: #F70672;
}
</style>