Shades of Razzmatazz #F6076C
Tints of Razzmatazz #F6076C
RGB
CMYK
RGB Variations
Color information
#F6076C (or 0xF6076C) is known color: Razzmatazz. HEX triplet: F6, 07 and 6C. RGB value is (246,7,108). Sum of RGB (Red+Green+Blue) = 246+7+108=361 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.14% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 246 - color contains mainly: red. Hex color #F6076C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6076C is #09F893. Grayscale: #595959. Windows color (decimal): -653460 or 7079926. OLE color: 7079926.
HSL color Cylindrical-coordinate representation of color #F6076C: hue angle of 334.64º 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 #F6076C is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 108 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.04 |
| HSL | 334.64º | 0.94% | 0.5% | - |
| HSV(B) | 334.64º | 0.97% | 0.96% | - |
| XYZ | 40.79 | 20.83 | 16.06 | - |
| YUV | 89.98 | 138.18 | 239.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 108 | 0 | 0.97 | 0.56 | 0.04 | 334.64 | 0.94 | 0.5 |
| Hex | F6 | 7 | 6C | 0 | 61 | 38 | 4 | 14F | 5E | 32 |
| Octal | 366 | 7 | 154 | 0 | 141 | 70 | 4 | 517 | 136 | 62 |
| Binary | 11110110 | 111 | 1101100 | 0 | 1100001 | 111000 | 100 | 101001111 | 1011110 | 110010 |
Color Harmonies of #F6076C
Complementary color
Monochromatic Colors of #F6076C
Black with #F6076C
Text Example
Text Example
White with #F6076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6076C; }
p { color: rgb(246,7,108); }
H1.HeaderClassName
{
color: #F6076C;
}
.AnyTagClassName
{
color: #F6076C;
}
</style>
background-color css
<style>
a { background-color: #F6076C; }
a { background-color: rgb(246,7,108); }
div.DivClassName
{
background-color: #F6076C;
}
.BgClassName
{
background-color: #F6076C;
}
</style>
border-color css
<style>
span { border-color: #F6076C; }
span { border-color: rgb(246,7,108); }
td.TdClassName
{
border-color: #F6076C;
}
.TagClassName
{
border-color: #F6076C;
}
</style>