Shades of Razzmatazz #F60751
Tints of Razzmatazz #F60751
RGB
CMYK
RGB Variations
Color information
#F60751 (or 0xF60751) is known color: Razzmatazz. HEX triplet: F6, 07 and 51. RGB value is (246,7,81). Sum of RGB (Red+Green+Blue) = 246+7+81=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F60751 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60751 is #09F8AE. Grayscale: #565656. Windows color (decimal): -653487 or 5310454. OLE color: 5310454.
HSL color Cylindrical-coordinate representation of color #F60751: hue angle of 341.42º 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 #F60751 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 81 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.04 |
| HSL | 341.42º | 0.94% | 0.5% | - |
| HSV(B) | 341.42º | 0.97% | 0.96% | - |
| XYZ | 39.57 | 20.34 | 9.62 | - |
| YUV | 86.9 | 124.68 | 241.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 81 | 0 | 0.97 | 0.67 | 0.04 | 341.42 | 0.94 | 0.5 |
| Hex | F6 | 7 | 51 | 0 | 61 | 43 | 4 | 155 | 5E | 32 |
| Octal | 366 | 7 | 121 | 0 | 141 | 103 | 4 | 525 | 136 | 62 |
| Binary | 11110110 | 111 | 1010001 | 0 | 1100001 | 1000011 | 100 | 101010101 | 1011110 | 110010 |
Color Harmonies of #F60751
Complementary color
Monochromatic Colors of #F60751
Black with #F60751
Text Example
Text Example
White with #F60751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60751; }
p { color: rgb(246,7,81); }
H1.HeaderClassName
{
color: #F60751;
}
.AnyTagClassName
{
color: #F60751;
}
</style>
background-color css
<style>
a { background-color: #F60751; }
a { background-color: rgb(246,7,81); }
div.DivClassName
{
background-color: #F60751;
}
.BgClassName
{
background-color: #F60751;
}
</style>
border-color css
<style>
span { border-color: #F60751; }
span { border-color: rgb(246,7,81); }
td.TdClassName
{
border-color: #F60751;
}
.TagClassName
{
border-color: #F60751;
}
</style>