Shades of Razzmatazz #F60672
Tints of Razzmatazz #F60672
RGB
CMYK
RGB Variations
Color information
#F60672 (or 0xF60672) is known color: Razzmatazz. HEX triplet: F6, 06 and 72. RGB value is (246,6,114). Sum of RGB (Red+Green+Blue) = 246+6+114=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F60672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60672 is #09F98D. Grayscale: #595959. Windows color (decimal): -653710 or 7472886. OLE color: 7472886.
HSL color Cylindrical-coordinate representation of color #F60672: hue angle of 333º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60672 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 114 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.04 |
| HSL | 333º | 0.95% | 0.49% | - |
| HSV(B) | 333º | 0.98% | 0.96% | - |
| XYZ | 41.11 | 20.94 | 17.79 | - |
| YUV | 90.07 | 141.51 | 239.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 114 | 0 | 0.98 | 0.54 | 0.04 | 333 | 0.95 | 0.49 |
| Hex | F6 | 6 | 72 | 0 | 62 | 36 | 4 | 14D | 5F | 31 |
| Octal | 366 | 6 | 162 | 0 | 142 | 66 | 4 | 515 | 137 | 61 |
| Binary | 11110110 | 110 | 1110010 | 0 | 1100010 | 110110 | 100 | 101001101 | 1011111 | 110001 |
Color Harmonies of #F60672
Complementary color
Monochromatic Colors of #F60672
Black with #F60672
Text Example
Text Example
White with #F60672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60672; }
p { color: rgb(246,6,114); }
H1.HeaderClassName
{
color: #F60672;
}
.AnyTagClassName
{
color: #F60672;
}
</style>
background-color css
<style>
a { background-color: #F60672; }
a { background-color: rgb(246,6,114); }
div.DivClassName
{
background-color: #F60672;
}
.BgClassName
{
background-color: #F60672;
}
</style>
border-color css
<style>
span { border-color: #F60672; }
span { border-color: rgb(246,6,114); }
td.TdClassName
{
border-color: #F60672;
}
.TagClassName
{
border-color: #F60672;
}
</style>