Shades of Razzmatazz #F6076D
Tints of Razzmatazz #F6076D
RGB
CMYK
RGB Variations
Color information
#F6076D (or 0xF6076D) is known color: Razzmatazz. HEX triplet: F6, 07 and 6D. RGB value is (246,7,109). Sum of RGB (Red+Green+Blue) = 246+7+109=362 (47% of max value = 765). Red value is 246 (96.48% from 255 or 67.96% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 246 - color contains mainly: red. Hex color #F6076D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6076D is #09F892. Grayscale: #595959. Windows color (decimal): -653459 or 7145462. OLE color: 7145462.
HSL color Cylindrical-coordinate representation of color #F6076D: hue angle of 334.39º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F6076D is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.04 |
| HSL | 334.39º | 0.94% | 0.5% | - |
| HSV(B) | 334.39º | 0.97% | 0.96% | - |
| XYZ | 40.84 | 20.85 | 16.34 | - |
| YUV | 90.09 | 138.68 | 239.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 109 | 0 | 0.97 | 0.56 | 0.04 | 334.39 | 0.94 | 0.5 |
| Hex | F6 | 7 | 6D | 0 | 61 | 38 | 4 | 14E | 5E | 32 |
| Octal | 366 | 7 | 155 | 0 | 141 | 70 | 4 | 516 | 136 | 62 |
| Binary | 11110110 | 111 | 1101101 | 0 | 1100001 | 111000 | 100 | 101001110 | 1011110 | 110010 |
Color Harmonies of #F6076D
Complementary color
Monochromatic Colors of #F6076D
Black with #F6076D
Text Example
Text Example
White with #F6076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6076D; }
p { color: rgb(246,7,109); }
H1.HeaderClassName
{
color: #F6076D;
}
.AnyTagClassName
{
color: #F6076D;
}
</style>
background-color css
<style>
a { background-color: #F6076D; }
a { background-color: rgb(246,7,109); }
div.DivClassName
{
background-color: #F6076D;
}
.BgClassName
{
background-color: #F6076D;
}
</style>
border-color css
<style>
span { border-color: #F6076D; }
span { border-color: rgb(246,7,109); }
td.TdClassName
{
border-color: #F6076D;
}
.TagClassName
{
border-color: #F6076D;
}
</style>