Shades of Razzmatazz #F61067
Tints of Razzmatazz #F61067
RGB
CMYK
RGB Variations
Color information
#F61067 (or 0xF61067) is known color: Razzmatazz. HEX triplet: F6, 10 and 67. RGB value is (246,16,103). Sum of RGB (Red+Green+Blue) = 246+16+103=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F61067 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61067 is #09EF98. Grayscale: #5E5E5E. Windows color (decimal): -651161 or 6754550. OLE color: 6754550.
HSL color Cylindrical-coordinate representation of color #F61067: hue angle of 337.3º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61067 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 103 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.04 |
| HSL | 337.3º | 0.93% | 0.51% | - |
| HSV(B) | 337.3º | 0.93% | 0.96% | - |
| XYZ | 40.64 | 20.94 | 14.73 | - |
| YUV | 94.69 | 132.7 | 235.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 103 | 0 | 0.93 | 0.58 | 0.04 | 337.3 | 0.93 | 0.51 |
| Hex | F6 | 10 | 67 | 0 | 5D | 3A | 4 | 151 | 5D | 33 |
| Octal | 366 | 20 | 147 | 0 | 135 | 72 | 4 | 521 | 135 | 63 |
| Binary | 11110110 | 10000 | 1100111 | 0 | 1011101 | 111010 | 100 | 101010001 | 1011101 | 110011 |
Color Harmonies of #F61067
Complementary color
Monochromatic Colors of #F61067
Black with #F61067
Text Example
Text Example
White with #F61067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61067; }
p { color: rgb(246,16,103); }
H1.HeaderClassName
{
color: #F61067;
}
.AnyTagClassName
{
color: #F61067;
}
</style>
background-color css
<style>
a { background-color: #F61067; }
a { background-color: rgb(246,16,103); }
div.DivClassName
{
background-color: #F61067;
}
.BgClassName
{
background-color: #F61067;
}
</style>
border-color css
<style>
span { border-color: #F61067; }
span { border-color: rgb(246,16,103); }
td.TdClassName
{
border-color: #F61067;
}
.TagClassName
{
border-color: #F61067;
}
</style>